diff options
Diffstat (limited to 'routes/api/v1/repo/file.go')
-rw-r--r-- | routes/api/v1/repo/file.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/api/v1/repo/file.go b/routes/api/v1/repo/file.go index 744db738..4ae56662 100644 --- a/routes/api/v1/repo/file.go +++ b/routes/api/v1/repo/file.go @@ -7,9 +7,9 @@ package repo import ( "github.com/gogs/git-module" - "github.com/gogs/gogs/models" - "github.com/gogs/gogs/pkg/context" - "github.com/gogs/gogs/routes/repo" + "gogs.io/gogs/models" + "gogs.io/gogs/pkg/context" + "gogs.io/gogs/routes/repo" ) func GetRawFile(c *context.APIContext) { |