aboutsummaryrefslogtreecommitdiff
path: root/ldap.go
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2019-02-13 04:17:59 +0200
committerMarin Ivanov <[email protected]>2019-02-13 04:37:38 +0200
commit518f72942c1cf751010a532c6189cd0eb0a5323b (patch)
tree72e8d1673717ff1b9865f1c618ea32713b8cd478 /ldap.go
parentb6dd6fd0300b606613fb90bf5c5a73bf488e9a1d (diff)
Change dependency urls and package name
* Make Go skip the examples directory
Diffstat (limited to 'ldap.go')
-rw-r--r--ldap.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap.go b/ldap.go
index 889df00..9d14516 100644
--- a/ldap.go
+++ b/ldap.go
@@ -2,14 +2,14 @@
// 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"
"fmt"
"io/ioutil"
- "github.com/mark-rushakoff/ldapserver/internal/asn1-ber"
+ "github.com/metala/ldap/internal/asn1-ber"
)
// LDAP Application Codes