diff options
Diffstat (limited to 'plugin/proxy/grpc_test.go')
-rw-r--r-- | plugin/proxy/grpc_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/proxy/grpc_test.go b/plugin/proxy/grpc_test.go index 0dd4e70fd..1deee60ab 100644 --- a/plugin/proxy/grpc_test.go +++ b/plugin/proxy/grpc_test.go @@ -9,8 +9,9 @@ import ( "github.com/coredns/coredns/plugin/test" "github.com/coredns/coredns/request" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" "google.golang.org/grpc/grpclog" ) |