diff options
Diffstat (limited to 'routes/api/v1/repo/label.go')
-rw-r--r-- | routes/api/v1/repo/label.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/api/v1/repo/label.go b/routes/api/v1/repo/label.go index 833c0822..189d3fdb 100644 --- a/routes/api/v1/repo/label.go +++ b/routes/api/v1/repo/label.go @@ -7,12 +7,12 @@ package repo import ( "net/http" - "github.com/Unknwon/com" + "github.com/unknwon/com" api "github.com/gogs/go-gogs-client" - "github.com/gogs/gogs/models" - "github.com/gogs/gogs/pkg/context" + "gogs.io/gogs/models" + "gogs.io/gogs/pkg/context" ) func ListLabels(c *context.APIContext) { |