diff options
Diffstat (limited to 'filter_test.go')
-rw-r--r-- | filter_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter_test.go b/filter_test.go index 1df4814..9e83195 100644 --- a/filter_test.go +++ b/filter_test.go @@ -3,7 +3,7 @@ package ldap import ( "testing" - "github.com/SpruceHealth/asn1-ber" + "github.com/johnweldon/asn1-ber" ) type compileTest struct { |