summaryrefslogtreecommitdiffstats
path: root/models/pull.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/pull.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/pull.go')
-rw-r--r--models/pull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/pull.go b/models/pull.go
index 2828c48a0d..ae508103d0 100644
--- a/models/pull.go
+++ b/models/pull.go
@@ -17,7 +17,7 @@ import (
"github.com/go-gitea/gitea/modules/setting"
"github.com/go-gitea/gitea/modules/sync"
"github.com/go-xorm/xorm"
- git "github.com/gogits/git-module"
+ "github.com/go-gitea/git"
api "github.com/gogits/go-gogs-client"
)