From 192ce467a808aca91c0556861be676fd06b986b1 Mon Sep 17 00:00:00 2001 From: Vincent Vanackere Date: Thu, 24 Jul 2014 13:07:31 +0200 Subject: Switch asn1-ber dependency to "github.com/vanackere/asn1-ber" --- filter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter_test.go') 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 { -- cgit v1.2.3