From 518f72942c1cf751010a532c6189cd0eb0a5323b Mon Sep 17 00:00:00 2001 From: Marin Ivanov Date: Wed, 13 Feb 2019 04:17:59 +0200 Subject: Change dependency urls and package name * Make Go skip the examples directory --- bind.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bind.go') diff --git a/bind.go b/bind.go index a082fff..7774fa5 100644 --- a/bind.go +++ b/bind.go @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package ldapserver +package ldap import ( "errors" - "github.com/mark-rushakoff/ldapserver/internal/asn1-ber" + "github.com/metala/ldap/internal/asn1-ber" ) func (l *Conn) Bind(username, password string) error { -- cgit v1.2.3