From 0930eb8beb69684dfb1e1e066e2a7a6ed3827bf4 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 22 Apr 2018 08:34:35 +0100 Subject: all: fix plugin import ordering (#1717) Got a bit messed up with stb lib "context" usage. --- plugin/proxy/grpc_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugin/proxy/grpc_test.go') 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" ) -- cgit v1.2.3