aboutsummaryrefslogtreecommitdiff
path: root/plugin/proxy/grpc.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/proxy/grpc.go')
-rw-r--r--plugin/proxy/grpc.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/proxy/grpc.go b/plugin/proxy/grpc.go
index 8b596c89a..905fa729d 100644
--- a/plugin/proxy/grpc.go
+++ b/plugin/proxy/grpc.go
@@ -1,6 +1,7 @@
package proxy
import (
+ "context"
"crypto/tls"
"fmt"
@@ -9,8 +10,6 @@ import (
"github.com/coredns/coredns/plugin/pkg/trace"
"github.com/coredns/coredns/request"
- "context"
-
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/miekg/dns"
opentracing "github.com/opentracing/opentracing-go"