diff options
Diffstat (limited to 'test/server.go')
-rw-r--r-- | test/server.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/server.go b/test/server.go index 254b1b503..ac020d379 100644 --- a/test/server.go +++ b/test/server.go @@ -3,11 +3,10 @@ package test import ( "sync" + "github.com/coredns/caddy" _ "github.com/coredns/coredns/core" // Hook in CoreDNS. "github.com/coredns/coredns/core/dnsserver" _ "github.com/coredns/coredns/core/plugin" // Load all managed plugins in github.com/coredns/coredns. - - "github.com/caddyserver/caddy" ) var mu sync.Mutex |