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.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter.go') diff --git a/filter.go b/filter.go index cac12a0..b3e4a97 100644 --- a/filter.go +++ b/filter.go @@ -8,7 +8,7 @@ import ( "errors" "fmt" - "github.com/johnweldon/asn1-ber" + "github.com/vanackere/asn1-ber" ) const ( -- cgit v1.2.3