File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The library implements the following specifications:
26
26
27
27
## Go Modules:
28
28
29
- ` go get github.com/gustavoluvizotto /ldap-fork /v3 `
29
+ ` go get github.com/go-ldap /ldap/v3 `
30
30
31
31
As go-ldap was v2+ when Go Modules came out, updating to Go Modules would be considered a breaking change.
32
32
@@ -39,7 +39,7 @@ https://tools.ietf.org/html/rfc4511
39
39
For more info, please visit the pull request that updated to modules.
40
40
https://github.com/go-ldap/ldap/pull/247
41
41
42
- To install with ` GOMODULE111=off ` , use ` go get github.com/gustavoluvizotto /ldap-fork `
42
+ To install with ` GOMODULE111=off ` , use ` go get github.com/go-ldap /ldap/v3 `
43
43
https://golang.org/cmd/go/#hdr-Legacy_GOPATH_go_get
44
44
45
45
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/gustavoluvizotto /ldap-fork /gssapi"
9
+ "github.com/go-ldap /ldap/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/gustavoluvizotto /ldap-fork
1
+ module github.com/go-ldap /ldap
2
2
3
3
go 1.14
4
4
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/gustavoluvizotto /ldap-fork /v3/gssapi"
9
+ "github.com/go-ldap /ldap/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/gustavoluvizotto /ldap-fork /v3
1
+ module github.com/go-ldap /ldap/v3
2
2
3
3
go 1.14
4
4
You can’t perform that action at this time.
0 commit comments