diff options
Diffstat (limited to 'plugin/whoami/setup.go')
-rw-r--r-- | plugin/whoami/setup.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/whoami/setup.go b/plugin/whoami/setup.go index 6c19b72d6..1602740ea 100644 --- a/plugin/whoami/setup.go +++ b/plugin/whoami/setup.go @@ -1,10 +1,9 @@ package whoami import ( + "github.com/coredns/caddy" "github.com/coredns/coredns/core/dnsserver" "github.com/coredns/coredns/plugin" - - "github.com/caddyserver/caddy" ) func init() { plugin.Register("whoami", setup) } |