diff options
Diffstat (limited to 'ldap.go')
| -rw-r--r-- | ldap.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
