summaryrefslogtreecommitdiffstats
path: root/modules/auth/admin.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-10-15 21:28:12 -0400
committerUnknwon <u@gogs.io>2015-10-15 21:28:12 -0400
commit932dbccb6738b2894e4faafce4f834ef6803efc6 (patch)
tree14cd0a6cbce5906ce394491bd00e1f790be1dcc7 /modules/auth/admin.go
parenta749e6adcf97d21e8fd64cdf92de52a1ada68f6d (diff)
downloadgitea-932dbccb6738b2894e4faafce4f834ef6803efc6.tar.gz
gitea-932dbccb6738b2894e4faafce4f834ef6803efc6.zip
fix import path, fix #1782
Diffstat (limited to 'modules/auth/admin.go')
-rw-r--r--modules/auth/admin.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/auth/admin.go b/modules/auth/admin.go
index a4aa67ff9b..c2d47a44fd 100644
--- a/modules/auth/admin.go
+++ b/modules/auth/admin.go
@@ -5,9 +5,9 @@
package auth
import (
- "github.com/Unknwon/macaron"
+ "gopkg.in/macaron.v1"
- "github.com/macaron-contrib/binding"
+ "github.com/go-macaron/binding"
)
type AdminCrateUserForm struct {