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 af5cbdf84..0429792c8 100644 --- a/test/chaos_test.go +++ b/test/chaos_test.go @@ -6,7 +6,7 @@ import ( // Plug in CoreDNS, needed for AppVersion and AppName in this test. _ "github.com/coredns/coredns/coremain" - "github.com/mholt/caddy" + "github.com/caddyserver/caddy" "github.com/miekg/dns" ) |