diff options
Diffstat (limited to 'test/chaos_test.go')
-rw-r--r-- | test/chaos_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chaos_test.go b/test/chaos_test.go index 1246fdbba..5178e5fc3 100644 --- a/test/chaos_test.go +++ b/test/chaos_test.go @@ -4,9 +4,9 @@ import ( "testing" // Plug in CoreDNS, needed for AppVersion and AppName in this test. + "github.com/coredns/caddy" _ "github.com/coredns/coredns/coremain" - "github.com/caddyserver/caddy" "github.com/miekg/dns" ) |