diff options
Diffstat (limited to 'plugin/whoami/whoami_test.go')
-rw-r--r-- | plugin/whoami/whoami_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/whoami/whoami_test.go b/plugin/whoami/whoami_test.go index 7b32ebd41..0db207586 100644 --- a/plugin/whoami/whoami_test.go +++ b/plugin/whoami/whoami_test.go @@ -1,13 +1,12 @@ package whoami import ( + "context" "testing" "github.com/coredns/coredns/plugin/pkg/dnstest" "github.com/coredns/coredns/plugin/test" - "context" - "github.com/miekg/dns" ) |