aboutsummaryrefslogtreecommitdiff
path: root/plugin/proxy/grpc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/proxy/grpc_test.go')
-rw-r--r--plugin/proxy/grpc_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/proxy/grpc_test.go b/plugin/proxy/grpc_test.go
index 1deee60ab..976ac3299 100644
--- a/plugin/proxy/grpc_test.go
+++ b/plugin/proxy/grpc_test.go
@@ -1,6 +1,7 @@
package proxy
import (
+ "context"
"fmt"
"testing"
@@ -9,8 +10,6 @@ import (
"github.com/coredns/coredns/plugin/test"
"github.com/coredns/coredns/request"
- "context"
-
"github.com/miekg/dns"
"google.golang.org/grpc/grpclog"
)