summaryrefslogtreecommitdiffstats
path: root/modules/auth/user_form_auth_openid.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth/user_form_auth_openid.go')
-rw-r--r--modules/auth/user_form_auth_openid.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/auth/user_form_auth_openid.go b/modules/auth/user_form_auth_openid.go
index 275850d09a..b355825483 100644
--- a/modules/auth/user_form_auth_openid.go
+++ b/modules/auth/user_form_auth_openid.go
@@ -5,8 +5,8 @@
package auth
import (
- "github.com/go-macaron/binding"
- "gopkg.in/macaron.v1"
+ "gitea.com/macaron/binding"
+ "gitea.com/macaron/macaron"
)
// SignInOpenIDForm form for signing in with OpenID