diff options
Diffstat (limited to 'core/dnsserver/server_grpc.go')
-rw-r--r-- | core/dnsserver/server_grpc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dnsserver/server_grpc.go b/core/dnsserver/server_grpc.go index 11806a8d1..7873a47ad 100644 --- a/core/dnsserver/server_grpc.go +++ b/core/dnsserver/server_grpc.go @@ -7,11 +7,11 @@ import ( "fmt" "net" + "github.com/coredns/caddy" "github.com/coredns/coredns/pb" "github.com/coredns/coredns/plugin/pkg/reuseport" "github.com/coredns/coredns/plugin/pkg/transport" - "github.com/caddyserver/caddy" "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" "github.com/miekg/dns" "github.com/opentracing/opentracing-go" |