diff options
Diffstat (limited to 'plugin/template/setup.go')
-rw-r--r-- | plugin/template/setup.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/template/setup.go b/plugin/template/setup.go index d79dcbb86..978f1ffc2 100644 --- a/plugin/template/setup.go +++ b/plugin/template/setup.go @@ -4,11 +4,11 @@ import ( "regexp" gotmpl "text/template" + "github.com/coredns/caddy" "github.com/coredns/coredns/core/dnsserver" "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/upstream" - "github.com/caddyserver/caddy" "github.com/miekg/dns" ) |