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 1161d633..cd661aa2 100644 --- a/routes/api/v1/repo/label.go +++ b/routes/api/v1/repo/label.go @@ -7,10 +7,10 @@ package repo import ( "github.com/Unknwon/com" - api "github.com/gogits/go-gogs-client" + api "github.com/gogs/go-gogs-client" - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/pkg/context" + "github.com/gogs/gogs/models" + "github.com/gogs/gogs/pkg/context" ) func ListLabels(c *context.APIContext) { |