aboutsummaryrefslogtreecommitdiff
path: root/routes/api/v1/repo/key.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/api/v1/repo/key.go')
-rw-r--r--routes/api/v1/repo/key.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/routes/api/v1/repo/key.go b/routes/api/v1/repo/key.go
index db93b927..17ae7084 100644
--- a/routes/api/v1/repo/key.go
+++ b/routes/api/v1/repo/key.go
@@ -9,10 +9,10 @@ import (
api "github.com/gogs/go-gogs-client"
- "github.com/gogs/gogs/models"
- "github.com/gogs/gogs/pkg/context"
- "github.com/gogs/gogs/pkg/setting"
- "github.com/gogs/gogs/routes/api/v1/convert"
+ "gogs.io/gogs/models"
+ "gogs.io/gogs/pkg/context"
+ "gogs.io/gogs/pkg/setting"
+ "gogs.io/gogs/routes/api/v1/convert"
)
func composeDeployKeysAPILink(repoPath string) string {