-
- Downloads
Use direct mod-compatible URL for the LDAP package
... | ... | @@ -9,6 +9,7 @@ require ( |
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf | ||
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 | ||
github.com/go-ldap/ldap/v3 v3.2.4 | ||
github.com/gofrs/flock v0.8.0 // indirect | ||
github.com/google/go-cmp v0.4.0 | ||
github.com/gorilla/handlers v1.4.2 | ||
... | ... | @@ -24,5 +25,4 @@ require ( |
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a | ||
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d | ||
gopkg.in/ldap.v3 v3.1.0 | ||
) |
Please register or sign in to comment