aboutsummaryrefslogtreecommitdiff
path: root/plugin/template/template_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/template/template_test.go')
-rw-r--r--plugin/template/template_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/template/template_test.go b/plugin/template/template_test.go
index d26012298..8ceb83697 100644
--- a/plugin/template/template_test.go
+++ b/plugin/template/template_test.go
@@ -7,12 +7,12 @@ import (
"testing"
gotmpl "text/template"
+ "github.com/coredns/caddy"
"github.com/coredns/coredns/plugin/metadata"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/pkg/fall"
"github.com/coredns/coredns/plugin/test"
- "github.com/caddyserver/caddy"
"github.com/miekg/dns"
)