diff options
Diffstat (limited to 'plugin/template/template_test.go')
-rw-r--r-- | plugin/template/template_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/template/template_test.go b/plugin/template/template_test.go index 466ac7982..288d833ec 100644 --- a/plugin/template/template_test.go +++ b/plugin/template/template_test.go @@ -1,6 +1,7 @@ package template import ( + "context" "fmt" "regexp" "testing" @@ -10,8 +11,6 @@ import ( "github.com/coredns/coredns/plugin/pkg/fall" "github.com/coredns/coredns/plugin/test" - "context" - "github.com/mholt/caddy" "github.com/miekg/dns" ) |