Renamed all packages
This commit is contained in:
parent
d18570574a
commit
0df8881028
18 changed files with 22 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package v1
|
||||
|
||||
import (
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package v1
|
|||
import (
|
||||
"crypto/md5"
|
||||
"encoding/hex"
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/dgrijalva/jwt-go"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package swagger
|
||||
|
||||
import "git.kolaente.de/konrad/list/models"
|
||||
import "code.vikunja.io/api/models"
|
||||
|
||||
// not actually a response, just a hack to get go-swagger to include definitions
|
||||
// of the various XYZOption structs
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package swagger
|
||||
|
||||
import "git.kolaente.de/konrad/list/models"
|
||||
import "code.vikunja.io/api/models"
|
||||
|
||||
// Message
|
||||
// swagger:response Message
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package v1
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/dgrijalva/jwt-go"
|
||||
"github.com/labstack/echo"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package v1
|
||||
|
||||
import (
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package v1
|
||||
|
||||
import (
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package v1
|
||||
|
||||
import (
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import (
|
|||
"net/http"
|
||||
"strconv"
|
||||
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/labstack/echo"
|
||||
)
|
||||
|
||||
|
|
|
|||
Reference in a new issue