diff options
Diffstat (limited to 'plugin/template/template.go')
-rw-r--r-- | plugin/template/template.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/template/template.go b/plugin/template/template.go index 62aefcf7a..13ffbc9ea 100644 --- a/plugin/template/template.go +++ b/plugin/template/template.go @@ -2,6 +2,7 @@ package template import ( "bytes" + "context" "regexp" "strconv" gotmpl "text/template" @@ -11,8 +12,6 @@ import ( "github.com/coredns/coredns/plugin/pkg/upstream" "github.com/coredns/coredns/request" - "context" - "github.com/miekg/dns" ) |