aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/proxy/grpc_test.go4
1 files 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"