Skip to content

Commit

Permalink
Update go.mod (#241)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jefferai authored and johnweldon committed Nov 7, 2019
1 parent 749f84a commit 3c7ebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/go-ldap/ldap
module github.com/go-ldap/ldap/v3

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

Expand Down

0 comments on commit 3c7ebc5

Please sign in to comment.