aboutsummaryrefslogtreecommitdiff
path: root/routes/api/v1/user/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/api/v1/user/app.go')
-rw-r--r--routes/api/v1/user/app.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/api/v1/user/app.go b/routes/api/v1/user/app.go
index dcc3fca5..4e0b2fee 100644
--- a/routes/api/v1/user/app.go
+++ b/routes/api/v1/user/app.go
@@ -9,9 +9,9 @@ import (
api "github.com/gogs/go-gogs-client"
- "github.com/gogs/gogs/models"
- "github.com/gogs/gogs/models/errors"
- "github.com/gogs/gogs/pkg/context"
+ "gogs.io/gogs/models"
+ "gogs.io/gogs/models/errors"
+ "gogs.io/gogs/pkg/context"
)
func ListAccessTokens(c *context.APIContext) {