File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The library implements the following specifications:
22
22
23
23
## Go Modules:
24
24
25
- ` go get github.com/go-ldap /ldap/v3 `
25
+ ` go get github.com/gustavoluvizotto /ldap-fork /v3 `
26
26
27
27
As go-ldap was v2+ when Go Modules came out, updating to Go Modules would be considered a breaking change.
28
28
@@ -35,7 +35,7 @@ https://tools.ietf.org/html/rfc4511
35
35
For more info, please visit the pull request that updated to modules.
36
36
https://github.com/go-ldap/ldap/pull/247
37
37
38
- To install with ` GOMODULE111=off ` , use ` go get github.com/go-ldap /ldap `
38
+ To install with ` GOMODULE111=off ` , use ` go get github.com/gustavoluvizotto /ldap-fork `
39
39
https://golang.org/cmd/go/#hdr-Legacy_GOPATH_go_get
40
40
41
41
As always, we are looking for contributors with great ideas on how to best move forward.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package ldap
6
6
import (
7
7
"log"
8
8
9
- "github.com/go-ldap /ldap/v3/gssapi"
9
+ "github.com/gustavoluvizotto /ldap-fork /v3/gssapi"
10
10
)
11
11
12
12
// This example demonstrates passwordless bind using the current process' user
Original file line number Diff line number Diff line change 1
- module github.com/go-ldap /ldap/v3
1
+ module github.com/gustavoluvizotto /ldap-fork /v3
2
2
3
3
go 1.14
4
4
You can’t perform that action at this time.
0 commit comments