diff options
Diffstat (limited to 'plugin/template/template.go')
-rw-r--r-- | plugin/template/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/template/template.go b/plugin/template/template.go index a45ed0610..0d1d0c251 100644 --- a/plugin/template/template.go +++ b/plugin/template/template.go @@ -2,7 +2,6 @@ package template import ( "bytes" - "context" "regexp" "strconv" gotmpl "text/template" @@ -12,6 +11,7 @@ import ( "github.com/coredns/coredns/request" "github.com/miekg/dns" + "golang.org/x/net/context" ) // Handler is a plugin handler that takes a query and templates a response. |