Skip to content

Commit 3c7ebc5

Browse files
jefferaijohnweldon
authored andcommitted
Update go.mod (#241)
I believe that this (plus a new tag) is what is necessary for native go modules support -- right now go modules complains that the version tag is >= v2 but the module doesn't claim to be a version >= v2.
1 parent 749f84a commit 3c7ebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/go-ldap/ldap
1+
module github.com/go-ldap/ldap/v3
22

33
require github.com/go-asn1-ber/asn1-ber v1.3.1
44

0 commit comments

Comments
 (0)