diff options
Diffstat (limited to 'conn.go')
| -rw-r--r-- | conn.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package ldap +package ldapserver import ( "crypto/tls" @@ -12,7 +12,7 @@ import ( "sync" "time" - "github.com/nmcclain/asn1-ber" + "github.com/mark-rushakoff/ldapserver/internal/asn1-ber" ) const ( |
