diff options
Diffstat (limited to 'routes/repo/http.go')
-rw-r--r-- | routes/repo/http.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/routes/repo/http.go b/routes/repo/http.go index 743605f5..57aa0213 100644 --- a/routes/repo/http.go +++ b/routes/repo/http.go @@ -20,11 +20,11 @@ import ( log "gopkg.in/clog.v1" "gopkg.in/macaron.v1" - "github.com/gogs/gogs/models" - "github.com/gogs/gogs/models/errors" - "github.com/gogs/gogs/pkg/context" - "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/setting" + "gogs.io/gogs/pkg/tool" ) type HTTPContext struct { |