summaryrefslogtreecommitdiffstats
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index 434412b..5e124f5 100644
--- a/server.go
+++ b/server.go
@@ -8,7 +8,7 @@ import (
"strings"
"sync"
- "github.com/nmcclain/asn1-ber"
+ "4a.si/asn1-ber"
)
type Binder interface {