From 8dd9dfb5786b790c8121d29a890347b1d9137ccd Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 5 Nov 2019 07:06:48 -0500 Subject: [PATCH] Update go.mod 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. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 89dab6c4..69fba9d2 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/go-ldap/ldap +module github.com/go-ldap/ldap/v3 require gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d