diff --git a/handler/create.go b/handler/create.go index 302f413..a09b138 100644 --- a/handler/create.go +++ b/handler/create.go @@ -17,7 +17,7 @@ package handler import ( - "code.vikunja.io/api/pkg/web" + "code.vikunja.io/web" "github.com/labstack/echo" "github.com/op/go-logging" "net/http" diff --git a/handler/delete.go b/handler/delete.go index 06d1415..21790aa 100644 --- a/handler/delete.go +++ b/handler/delete.go @@ -17,7 +17,7 @@ package handler import ( - "code.vikunja.io/api/pkg/web" + "code.vikunja.io/web" "github.com/labstack/echo" "github.com/op/go-logging" "net/http" diff --git a/handler/helper.go b/handler/helper.go index 2e1bc2e..de010ca 100644 --- a/handler/helper.go +++ b/handler/helper.go @@ -17,7 +17,7 @@ package handler import ( - "code.vikunja.io/api/pkg/web" + "code.vikunja.io/web" "github.com/labstack/echo" "github.com/op/go-logging" "net/http" diff --git a/handler/read_all.go b/handler/read_all.go index 3b28154..9b28955 100644 --- a/handler/read_all.go +++ b/handler/read_all.go @@ -17,7 +17,7 @@ package handler import ( - "code.vikunja.io/api/pkg/web" + "code.vikunja.io/web" "github.com/labstack/echo" "github.com/op/go-logging" "net/http" diff --git a/handler/read_one.go b/handler/read_one.go index dd9f280..e840f2e 100644 --- a/handler/read_one.go +++ b/handler/read_one.go @@ -17,7 +17,7 @@ package handler import ( - "code.vikunja.io/api/pkg/web" + "code.vikunja.io/web" "github.com/labstack/echo" "github.com/op/go-logging" "net/http" diff --git a/handler/update.go b/handler/update.go index 3124005..3b26567 100644 --- a/handler/update.go +++ b/handler/update.go @@ -17,7 +17,7 @@ package handler import ( - "code.vikunja.io/api/pkg/web" + "code.vikunja.io/web" "github.com/labstack/echo" "github.com/op/go-logging" "net/http"