diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-05 17:56:35 +0100 |
---|---|---|
committer | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-05 17:56:35 +0100 |
commit | 1f44b01e2a21b0e715dfd2ccad4574433c8775c3 (patch) | |
tree | 95959543a495b95b943dfeecad17668ea76dd6b2 /modules/auth/repo_form.go | |
parent | 91b589f2f0fb93f9f9882426c43c363276d2235a (diff) | |
download | gitea-1f44b01e2a21b0e715dfd2ccad4574433c8775c3.tar.gz gitea-1f44b01e2a21b0e715dfd2ccad4574433c8775c3.zip |
Fix imports found by goimports.
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index b25612b3c1..bd5c49c77e 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -9,10 +9,9 @@ import ( "strings" "github.com/Unknwon/com" - "github.com/go-macaron/binding" - "gopkg.in/macaron.v1" - "github.com/go-gitea/gitea/models" + "github.com/go-macaron/binding" + macaron "gopkg.in/macaron.v1" ) // _______________________________________ _________.______________________ _______________.___. |