diff --git a/gopher.go b/gopher.go index 23159b6..15d34d1 100644 --- a/gopher.go +++ b/gopher.go @@ -10,6 +10,7 @@ package gopher import ( "bufio" "bytes" + "context" "crypto/tls" "encoding/json" "errors" @@ -26,8 +27,6 @@ import ( "strconv" "strings" "sync" - - "golang.org/x/net/context" ) // Item Types