diff options
author | Unknwon <u@gogs.io> | 2015-10-15 21:28:12 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-15 21:28:12 -0400 |
commit | 932dbccb6738b2894e4faafce4f834ef6803efc6 (patch) | |
tree | 14cd0a6cbce5906ce394491bd00e1f790be1dcc7 /routers/install.go | |
parent | a749e6adcf97d21e8fd64cdf92de52a1ada68f6d (diff) | |
download | gitea-932dbccb6738b2894e4faafce4f834ef6803efc6.tar.gz gitea-932dbccb6738b2894e4faafce4f834ef6803efc6.zip |
fix import path, fix #1782
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go index b252308011..4b22463ed5 100644 --- a/routers/install.go +++ b/routers/install.go @@ -13,9 +13,9 @@ import ( "strings" "github.com/Unknwon/com" - "github.com/Unknwon/macaron" "github.com/go-xorm/xorm" "gopkg.in/ini.v1" + "gopkg.in/macaron.v1" "github.com/gogits/gogs/models" "github.com/gogits/gogs/models/cron" |