diff options
Diffstat (limited to 'routers/repo/wiki.go')
-rw-r--r-- | routers/repo/wiki.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/wiki.go b/routers/repo/wiki.go index 77aa1c370a..d2931dc1d5 100644 --- a/routers/repo/wiki.go +++ b/routers/repo/wiki.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/gogits/git-shell" + "github.com/gogits/git-module" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/auth" |