diff options
Diffstat (limited to 'plugin/autopath/autopath.go')
-rw-r--r-- | plugin/autopath/autopath.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/autopath/autopath.go b/plugin/autopath/autopath.go index 1a2e7a5ec..d2c00b7b5 100644 --- a/plugin/autopath/autopath.go +++ b/plugin/autopath/autopath.go @@ -37,8 +37,9 @@ import ( "github.com/coredns/coredns/plugin/pkg/nonwriter" "github.com/coredns/coredns/request" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" ) // Func defines the function plugin should implement to return a search |