diff options
Diffstat (limited to 'plugin/reverse/reverse.go')
-rw-r--r-- | plugin/reverse/reverse.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/reverse/reverse.go b/plugin/reverse/reverse.go index ff30d9ee7..2d9dc94e6 100644 --- a/plugin/reverse/reverse.go +++ b/plugin/reverse/reverse.go @@ -1,15 +1,13 @@ package reverse import ( + "context" "net" "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/dnsutil" "github.com/coredns/coredns/plugin/pkg/fall" "github.com/coredns/coredns/request" - - "context" - "github.com/miekg/dns" ) |