diff options
Diffstat (limited to 'routers/api/v1')
-rw-r--r-- | routers/api/v1/convert/convert.go | 2 | ||||
-rw-r--r-- | routers/api/v1/repo/file.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/routers/api/v1/convert/convert.go b/routers/api/v1/convert/convert.go index 49c1941a46..94a918be48 100644 --- a/routers/api/v1/convert/convert.go +++ b/routers/api/v1/convert/convert.go @@ -9,7 +9,7 @@ import ( "github.com/Unknwon/com" - "github.com/gogits/git-module" + "github.com/go-gitea/git" api "github.com/gogits/go-gogs-client" "github.com/go-gitea/gitea/models" diff --git a/routers/api/v1/repo/file.go b/routers/api/v1/repo/file.go index 0dabea8b96..fcf2e0573b 100644 --- a/routers/api/v1/repo/file.go +++ b/routers/api/v1/repo/file.go @@ -5,7 +5,7 @@ package repo import ( - "github.com/gogits/git-module" + "github.com/go-gitea/git" "github.com/go-gitea/gitea/models" "github.com/go-gitea/gitea/modules/context" |