diff options
Diffstat (limited to 'plugin/reverse/reverse.go')
-rw-r--r-- | plugin/reverse/reverse.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/reverse/reverse.go b/plugin/reverse/reverse.go index 8b9e403d5..ff30d9ee7 100644 --- a/plugin/reverse/reverse.go +++ b/plugin/reverse/reverse.go @@ -8,8 +8,9 @@ import ( "github.com/coredns/coredns/plugin/pkg/fall" "github.com/coredns/coredns/request" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" ) // Reverse provides dynamic reverse DNS and the related forward RR. |