diff options
Diffstat (limited to 'plugin/chaos/chaos.go')
-rw-r--r-- | plugin/chaos/chaos.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/chaos/chaos.go b/plugin/chaos/chaos.go index c9811fbd0..2221499c2 100644 --- a/plugin/chaos/chaos.go +++ b/plugin/chaos/chaos.go @@ -7,8 +7,9 @@ import ( "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/request" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" ) // Chaos allows CoreDNS to reply to CH TXT queries and return author or |