summaryrefslogtreecommitdiffstats
path: root/models/repo_editor.go
diff options
context:
space:
mode:
authorSandro Santilli <strk@kbt.io>2016-11-06 14:18:34 +0100
committerAndrey Nering <andrey.nering@gmail.com>2016-11-06 11:18:34 -0200
commit6e4252dad4d162fb582c012efecd29e9fdf5819c (patch)
tree3aa10bee3fd9f96e042cd299f0d8756abc5dc431 /models/repo_editor.go
parent55a4d46f5d2aa114752ac3880d0d75ed288fea67 (diff)
downloadgitea-6e4252dad4d162fb582c012efecd29e9fdf5819c.tar.gz
gitea-6e4252dad4d162fb582c012efecd29e9fdf5819c.zip
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)
Diffstat (limited to 'models/repo_editor.go')
-rw-r--r--models/repo_editor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/repo_editor.go b/models/repo_editor.go
index 33d69e35b2..ecbe029da1 100644
--- a/models/repo_editor.go
+++ b/models/repo_editor.go
@@ -18,7 +18,7 @@ import (
"github.com/Unknwon/com"
gouuid "github.com/satori/go.uuid"
- git "github.com/gogits/git-module"
+ "github.com/go-gitea/git"
"github.com/go-gitea/gitea/modules/log"
"github.com/go-gitea/gitea/modules/process"