summaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth')
-rw-r--r--modules/auth/ldap/ldap.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go
index a00bcf8514..29a2a93b48 100644
--- a/modules/auth/ldap/ldap.go
+++ b/modules/auth/ldap/ldap.go
@@ -11,7 +11,8 @@ import (
"fmt"
"strings"
- "github.com/gogits/gogs/modules/ldap"
+ "gopkg.in/ldap.v2"
+
"github.com/gogits/gogs/modules/log"
)