1
0

Updated libraries

This commit is contained in:
konrad
2019-05-07 21:42:24 +02:00
parent 2b160b73c3
commit 3d7fd9ca20
313 changed files with 37947 additions and 6783 deletions

View File

@ -20,7 +20,7 @@ import (
"code.vikunja.io/api/pkg/caldav"
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/web/handler"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
"time"
)

View File

@ -20,7 +20,7 @@ package v1
import (
"code.vikunja.io/api/pkg/log"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"github.com/swaggo/swag"
"net/http"
)

View File

@ -18,7 +18,7 @@ package v1
import (
"code.vikunja.io/api/pkg/models"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
"strconv"
)

View File

@ -22,7 +22,7 @@ import (
"crypto/md5"
"encoding/hex"
"github.com/dgrijalva/jwt-go"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"github.com/spf13/viper"
"net/http"
"time"

View File

@ -20,7 +20,7 @@ import (
"code.vikunja.io/api/pkg/models"
"fmt"
"github.com/dgrijalva/jwt-go"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
)
// CheckToken checks prints a message if the token is valid or not. Currently only used for testing pourposes.

View File

@ -19,7 +19,7 @@ package v1
import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/web/handler"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
)

View File

@ -19,7 +19,7 @@ package v1
import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/web/handler"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
)

View File

@ -19,7 +19,7 @@ package v1
import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/web/handler"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
"strconv"
)

View File

@ -19,7 +19,7 @@ package v1
import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/web/handler"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
)

View File

@ -19,7 +19,7 @@ package v1
import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/web/handler"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
)

View File

@ -19,7 +19,7 @@ package v1
import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/web/handler"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
)

View File

@ -19,7 +19,7 @@ package v1
import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/web/handler"
"github.com/labstack/echo"
"github.com/labstack/echo/v4"
"net/http"
)