diff options
Diffstat (limited to 'plugin/rewrite/reverter_test.go')
-rw-r--r-- | plugin/rewrite/reverter_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/rewrite/reverter_test.go b/plugin/rewrite/reverter_test.go index 7ab0613bd..495650c35 100644 --- a/plugin/rewrite/reverter_test.go +++ b/plugin/rewrite/reverter_test.go @@ -7,8 +7,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 TestResponseReverter(t *testing.T) { |