From 2d68bd1ef98849da54c869b103e93719d1accb5e Mon Sep 17 00:00:00 2001 From: Rémy Boulanouar Date: Thu, 3 Nov 2016 13:29:56 +0100 Subject: Change import reference to match gitea instead of gogs (#37) --- modules/auth/repo_form.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/auth/repo_form.go') diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index d1e28dc119..589997f151 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -12,7 +12,7 @@ import ( "github.com/go-macaron/binding" "gopkg.in/macaron.v1" - "github.com/gogits/gogs/models" + "github.com/go-gitea/gitea/models" ) // _______________________________________ _________.______________________ _______________.___. -- cgit v1.2.3