diff options
Diffstat (limited to 'routes/repo/branch.go')
-rw-r--r-- | routes/repo/branch.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/repo/branch.go b/routes/repo/branch.go index e24df65a..96308616 100644 --- a/routes/repo/branch.go +++ b/routes/repo/branch.go @@ -12,9 +12,9 @@ import ( "github.com/gogs/git-module" api "github.com/gogs/go-gogs-client" - "github.com/gogs/gogs/models" - "github.com/gogs/gogs/pkg/context" - "github.com/gogs/gogs/pkg/tool" + "gogs.io/gogs/models" + "gogs.io/gogs/pkg/context" + "gogs.io/gogs/pkg/tool" ) const ( |