diff options
Diffstat (limited to 'plugin/test/helpers.go')
-rw-r--r-- | plugin/test/helpers.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/test/helpers.go b/plugin/test/helpers.go index e22cbf2d1..7ac81f361 100644 --- a/plugin/test/helpers.go +++ b/plugin/test/helpers.go @@ -4,8 +4,9 @@ import ( "sort" "testing" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" ) type sect int |