File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ matrix:
1818 fast_finish : true
1919 allow_failures :
2020 - go : tip
21- go_import_path : gopkg.in/ldap.v2
21+ go_import_path : gopkg.in/ldap.v3
2222install :
2323 - go get gopkg.in/asn1-ber.v1
2424 - go get code.google.com/p/go.tools/cmd/cover || go get golang.org/x/tools/cmd/cover
Original file line number Diff line number Diff line change 1- [ ![ GoDoc] ( https://godoc.org/gopkg.in/ldap.v2 ?status.svg )] ( https://godoc.org/gopkg.in/ldap.v2 )
1+ [ ![ GoDoc] ( https://godoc.org/gopkg.in/ldap.v3 ?status.svg )] ( https://godoc.org/gopkg.in/ldap.v3 )
22[ ![ Build Status] ( https://travis-ci.org/go-ldap/ldap.svg )] ( https://travis-ci.org/go-ldap/ldap )
33
44# Basic LDAP v3 functionality for the GO programming language.
77
88For the latest version use:
99
10- go get gopkg.in/ldap.v2
10+ go get gopkg.in/ldap.v3
1111
1212Import the latest version with:
1313
14- import "gopkg.in/ldap.v2 "
14+ import "gopkg.in/ldap.v3 "
1515
1616## Required Libraries:
1717
You can’t perform that action at this time.
0 commit comments