From 8b035fa938f94ed9bff3f44ee14daba34b13eafb Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 14 Feb 2018 21:29:00 +0100 Subject: [PATCH] Fix imports (#1528) --- plugin/proxy/grpc_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/proxy/grpc_test.go b/plugin/proxy/grpc_test.go index 801b6fd2f..0dd4e70fd 100644 --- a/plugin/proxy/grpc_test.go +++ b/plugin/proxy/grpc_test.go @@ -1,14 +1,14 @@ package proxy import ( + "fmt" "testing" "github.com/coredns/coredns/plugin/pkg/healthcheck" - - "fmt" "github.com/coredns/coredns/plugin/pkg/tls" "github.com/coredns/coredns/plugin/test" "github.com/coredns/coredns/request" + "github.com/miekg/dns" "golang.org/x/net/context" "google.golang.org/grpc/grpclog"