aboutsummaryrefslogtreecommitdiff
path: root/plugin/proxy/dnstap_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/proxy/dnstap_test.go')
-rw-r--r--plugin/proxy/dnstap_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/proxy/dnstap_test.go b/plugin/proxy/dnstap_test.go
index 83696921a..ffee1d470 100644
--- a/plugin/proxy/dnstap_test.go
+++ b/plugin/proxy/dnstap_test.go
@@ -9,9 +9,10 @@ import (
mwtest "github.com/coredns/coredns/plugin/test"
"github.com/coredns/coredns/request"
+ "context"
+
tap "github.com/dnstap/golang-dnstap"
"github.com/miekg/dns"
- "golang.org/x/net/context"
)
func testCase(t *testing.T, ex Exchanger, q, r *dns.Msg, datq, datr *msg.Builder) {