diff options
Diffstat (limited to 'plugin/template/template_test.go')
-rw-r--r-- | plugin/template/template_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/template/template_test.go b/plugin/template/template_test.go index 969cd6a27..466ac7982 100644 --- a/plugin/template/template_test.go +++ b/plugin/template/template_test.go @@ -10,9 +10,10 @@ import ( "github.com/coredns/coredns/plugin/pkg/fall" "github.com/coredns/coredns/plugin/test" + "context" + "github.com/mholt/caddy" "github.com/miekg/dns" - "golang.org/x/net/context" ) func TestHandler(t *testing.T) { |