mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
Replace gogits/git-module dependency with go-gitea/git (#94)
* Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
This commit is contained in:
committed by
Andrey Nering
parent
55a4d46f5d
commit
6e4252dad4
@ -17,7 +17,7 @@ import (
|
||||
"gopkg.in/ini.v1"
|
||||
"gopkg.in/macaron.v1"
|
||||
|
||||
"github.com/gogits/git-module"
|
||||
"github.com/go-gitea/git"
|
||||
|
||||
"github.com/go-gitea/gitea/models"
|
||||
"github.com/go-gitea/gitea/modules/auth"
|
||||
|
Reference in New Issue
Block a user