aboutsummaryrefslogtreecommitdiff
path: root/plugin/errors/errors_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/errors/errors_test.go')
-rw-r--r--plugin/errors/errors_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/errors/errors_test.go b/plugin/errors/errors_test.go
index ce965ec6b..bc78f13d5 100644
--- a/plugin/errors/errors_test.go
+++ b/plugin/errors/errors_test.go
@@ -12,8 +12,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 TestErrors(t *testing.T) {