summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2019-02-18 12:34:37 +0000
committerGitHub <noreply@github.com>2019-02-18 12:34:37 +0000
commit22770c324dc46412241ec833e608134df8f47245 (patch)
treed3ffad8575860955a56d1ba259145fc5a51a596b /Gopkg.toml
parenta380cfd8e03148a05859a7496d235fa14bde4796 (diff)
downloadgitea-22770c324dc46412241ec833e608134df8f47245.tar.gz
gitea-22770c324dc46412241ec833e608134df8f47245.zip
Move to ldap.v3 to fix #5928 (#6105)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 94f15079ba..3a981f5296 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -95,8 +95,8 @@ ignored = ["google.golang.org/appengine*"]
version = "1.31.1"
[[constraint]]
- name = "gopkg.in/ldap.v2"
- version = "2.4.1"
+ name = "gopkg.in/ldap.v3"
+ version = "3.0.1"
[[constraint]]
name = "gopkg.in/macaron.v1"