diff options
Diffstat (limited to 'plugin/reverse/reverse_test.go')
-rw-r--r-- | plugin/reverse/reverse_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/reverse/reverse_test.go b/plugin/reverse/reverse_test.go index da0997c1c..62985745e 100644 --- a/plugin/reverse/reverse_test.go +++ b/plugin/reverse/reverse_test.go @@ -9,8 +9,9 @@ import ( "github.com/coredns/coredns/plugin/pkg/dnstest" "github.com/coredns/coredns/plugin/test" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" ) func TestReverse(t *testing.T) { |