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
@ -14,7 +14,7 @@ import (
|
||||
"github.com/go-gitea/gitea/models"
|
||||
"github.com/go-gitea/gitea/modules/log"
|
||||
"github.com/go-gitea/gitea/modules/setting"
|
||||
git "github.com/gogits/git-module"
|
||||
"github.com/go-gitea/git"
|
||||
editorconfig "gopkg.in/editorconfig/editorconfig-core-go.v1"
|
||||
macaron "gopkg.in/macaron.v1"
|
||||
)
|
||||
|
Reference in New Issue
Block a user