diff options
Diffstat (limited to 'plugin/proxy/google.go')
-rw-r--r-- | plugin/proxy/google.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/proxy/google.go b/plugin/proxy/google.go index cc91c60ec..0fa1356e1 100644 --- a/plugin/proxy/google.go +++ b/plugin/proxy/google.go @@ -1,7 +1,6 @@ package proxy import ( - "context" "crypto/tls" "encoding/json" "fmt" @@ -16,6 +15,7 @@ import ( "github.com/coredns/coredns/request" "github.com/miekg/dns" + "golang.org/x/net/context" ) type google struct { |