diff options
Diffstat (limited to 'vendor/github.com/mattermost/ldap/go.mod')
-rw-r--r-- | vendor/github.com/mattermost/ldap/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/mattermost/ldap/go.mod b/vendor/github.com/mattermost/ldap/go.mod new file mode 100644 index 00000000..8c15079d --- /dev/null +++ b/vendor/github.com/mattermost/ldap/go.mod @@ -0,0 +1,5 @@ +module github.com/mattermost/ldap + +require github.com/go-asn1-ber/asn1-ber v1.3.2-0.20191121212151-29be175fc3a3 + +go 1.13 |