aboutsummaryrefslogtreecommitdiff
path: root/filter.go
diff options
context:
space:
mode:
Diffstat (limited to 'filter.go')
-rw-r--r--filter.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter.go b/filter.go
index df3c86a..f26253e 100644
--- a/filter.go
+++ b/filter.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 ldap
+package ldapserver
import (
"errors"
"fmt"
- "github.com/nmcclain/asn1-ber"
+ "github.com/mark-rushakoff/ldapserver/internal/asn1-ber"
"strings"
)