diff options
author | Apehaenger <joerg@ebeling.ws> | 2021-07-20 18:27:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 18:27:06 +0200 |
commit | 6ebc2104fcbfff2ae083098f7c2c08f7ae4f6679 (patch) | |
tree | 0d4b44f6a73e9369efcf6675cf8ed2079447762d /go.mod | |
parent | Fix examples (#6) (diff) | |
download | ldap-6ebc2104fcbfff2ae083098f7c2c08f7ae4f6679.tar ldap-6ebc2104fcbfff2ae083098f7c2c08f7ae4f6679.tar.gz ldap-6ebc2104fcbfff2ae083098f7c2c08f7ae4f6679.tar.bz2 ldap-6ebc2104fcbfff2ae083098f7c2c08f7ae4f6679.tar.lz ldap-6ebc2104fcbfff2ae083098f7c2c08f7ae4f6679.tar.xz ldap-6ebc2104fcbfff2ae083098f7c2c08f7ae4f6679.tar.zst ldap-6ebc2104fcbfff2ae083098f7c2c08f7ae4f6679.zip |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/nmcclain/ldap + +go 1.14 + +require github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484 |