Skip to content

Commit 93d87c2

Browse files
update v3 module name and README
1 parent a93329e commit 93d87c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The library implements the following specifications:
2222

2323
## Go Modules:
2424

25-
`go get github.com/go-ldap/ldap/v3`
25+
`go get github.com/gustavoluvizotto/ldap-fork/v3`
2626

2727
As go-ldap was v2+ when Go Modules came out, updating to Go Modules would be considered a breaking change.
2828

@@ -35,7 +35,7 @@ https://tools.ietf.org/html/rfc4511
3535
For more info, please visit the pull request that updated to modules.
3636
https://github.com/go-ldap/ldap/pull/247
3737

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`
3939
https://golang.org/cmd/go/#hdr-Legacy_GOPATH_go_get
4040

4141
As always, we are looking for contributors with great ideas on how to best move forward.

v3/examples_windows_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package ldap
66
import (
77
"log"
88

9-
"github.com/go-ldap/ldap/v3/gssapi"
9+
"github.com/gustavoluvizotto/ldap-fork/v3/gssapi"
1010
)
1111

1212
// This example demonstrates passwordless bind using the current process' user

v3/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/go-ldap/ldap/v3
1+
module github.com/gustavoluvizotto/ldap-fork/v3
22

33
go 1.14
44

0 commit comments

Comments
 (0)