diff options
Diffstat (limited to 'routes/repo/editor.go')
-rw-r--r-- | routes/repo/editor.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/routes/repo/editor.go b/routes/repo/editor.go index 7afc825e..e1beb184 100644 --- a/routes/repo/editor.go +++ b/routes/repo/editor.go @@ -14,13 +14,13 @@ import ( log "gopkg.in/clog.v1" "github.com/gogs/git-module" - "github.com/gogs/gogs/models" - "github.com/gogs/gogs/models/errors" - "github.com/gogs/gogs/pkg/context" - "github.com/gogs/gogs/pkg/form" - "github.com/gogs/gogs/pkg/setting" - "github.com/gogs/gogs/pkg/template" - "github.com/gogs/gogs/pkg/tool" + "gogs.io/gogs/models" + "gogs.io/gogs/models/errors" + "gogs.io/gogs/pkg/context" + "gogs.io/gogs/pkg/form" + "gogs.io/gogs/pkg/setting" + "gogs.io/gogs/pkg/template" + "gogs.io/gogs/pkg/tool" ) const ( |