diff options
Diffstat (limited to 'plugin/whoami/whoami.go')
-rw-r--r-- | plugin/whoami/whoami.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/whoami/whoami.go b/plugin/whoami/whoami.go index c28629a6f..45b8bc862 100644 --- a/plugin/whoami/whoami.go +++ b/plugin/whoami/whoami.go @@ -3,13 +3,12 @@ package whoami import ( + "context" "net" "strconv" "github.com/coredns/coredns/request" - "context" - "github.com/miekg/dns" ) |