summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conn.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/conn.go b/conn.go
index e771383..b9c4560 100644
--- a/conn.go
+++ b/conn.go
@@ -10,6 +10,7 @@ import (
"log"
"net"
"sync"
+ "time"
"github.com/vanackere/asn1-ber"
)