summaryrefslogtreecommitdiffstats
path: root/routers/install.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 /routers/install.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 'routers/install.go')
-rw-r--r--routers/install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go
index 0118791635..35728c3ca9 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -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"