diff options
Diffstat (limited to 'routes/repo/pull.go')
-rw-r--r-- | routes/repo/pull.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/routes/repo/pull.go b/routes/repo/pull.go index 80ca9387..a5f76654 100644 --- a/routes/repo/pull.go +++ b/routes/repo/pull.go @@ -9,17 +9,17 @@ import ( "path" "strings" - "github.com/Unknwon/com" + "github.com/unknwon/com" 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/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/tool" ) const ( |