Skip to content

Commit 5c2c0f9

Browse files
committed
Update tags for gopkg.in/ldap.v3
1 parent 437615c commit 5c2c0f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2222
install:
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
@@ -7,11 +7,11 @@
77

88
For the latest version use:
99

10-
go get gopkg.in/ldap.v2
10+
go get gopkg.in/ldap.v3
1111

1212
Import the latest version with:
1313

14-
import "gopkg.in/ldap.v2"
14+
import "gopkg.in/ldap.v3"
1515

1616
## Required Libraries:
1717

0 commit comments

Comments
 (0)