Skip to content

Commit

Permalink
update package name to match my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vinc committed Jun 15, 2022
1 parent 07e48a9 commit 60ed968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The library implements the following specifications:

## Go Modules:

`go get github.com/go-ldap/ldap/v3`
`go get github.com/m-vinc/ldap/v3`

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

Expand Down
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/m-vinc/ldap

go 1.14

Expand Down
2 changes: 1 addition & 1 deletion v3/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/go-ldap/ldap/v3
module github.com/m-vinc/ldap/v3

go 1.14

Expand Down

0 comments on commit 60ed968

Please sign in to comment.