summaryrefslogtreecommitdiffstats
path: root/models/pull.go
diff options
context:
space:
mode:
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"
)