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/ldap/ldap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/auth/ldap') diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go index 55364bfcce..b110fe6234 100644 --- a/modules/auth/ldap/ldap.go +++ b/modules/auth/ldap/ldap.go @@ -13,7 +13,7 @@ import ( "gopkg.in/ldap.v2" - "github.com/gogits/gogs/modules/log" + "github.com/go-gitea/gitea/modules/log" ) type SecurityProtocol int -- cgit v1.2.3