diff options
author | Unknwon <u@gogs.io> | 2015-12-15 17:25:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-15 17:25:45 -0500 |
commit | 19423957b17fe583e9a04f45aafe91335354d6e2 (patch) | |
tree | 48c4f8c503f07eda239c89194d40ca594f6aa1e4 /routers/repo/commit.go | |
parent | 3362b3a44f9f4e0e482b08151e298f7809eefc59 (diff) |
rename import path
Diffstat (limited to 'routers/repo/commit.go')
-rw-r--r-- | routers/repo/commit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/commit.go b/routers/repo/commit.go index 0f0e2203..10c2f8a1 100644 --- a/routers/repo/commit.go +++ b/routers/repo/commit.go @@ -10,7 +10,7 @@ import ( "github.com/Unknwon/paginater" - "github.com/gogits/git-shell" + "github.com/gogits/git-module" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" |