diff options
author | Vincent Vanackere <vincent.vanackere@gmail.com> | 2014-07-24 13:07:31 +0200 |
---|---|---|
committer | Vincent Vanackere <vincent.vanackere@gmail.com> | 2014-07-24 13:07:31 +0200 |
commit | 192ce467a808aca91c0556861be676fd06b986b1 (patch) | |
tree | dc7d957c97530ff00c51a8aa83a538b6d63c2df8 /filter_test.go | |
parent | examples : fix import path, add +build ignore directive (diff) | |
download | ldap-192ce467a808aca91c0556861be676fd06b986b1.tar ldap-192ce467a808aca91c0556861be676fd06b986b1.tar.gz ldap-192ce467a808aca91c0556861be676fd06b986b1.tar.bz2 ldap-192ce467a808aca91c0556861be676fd06b986b1.tar.lz ldap-192ce467a808aca91c0556861be676fd06b986b1.tar.xz ldap-192ce467a808aca91c0556861be676fd06b986b1.tar.zst ldap-192ce467a808aca91c0556861be676fd06b986b1.zip |
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 9e83195..0a63949 100644 --- a/filter_test.go +++ b/filter_test.go @@ -3,7 +3,7 @@ package ldap import ( "testing" - "github.com/johnweldon/asn1-ber" + "github.com/vanackere/asn1-ber" ) type compileTest struct { |