diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/chaos_test.go | 2 | ||||
-rw-r--r-- | test/readme_test.go | 2 | ||||
-rw-r--r-- | test/server.go | 2 |
3 files changed, 3 insertions, 3 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" ) diff --git a/test/readme_test.go b/test/readme_test.go index a2ba1c8ca..b857def12 100644 --- a/test/readme_test.go +++ b/test/readme_test.go @@ -10,7 +10,7 @@ import ( "github.com/coredns/coredns/core/dnsserver" - "github.com/mholt/caddy" + "github.com/caddyserver/caddy" ) // As we use the filesystem as-is, these files need to exist ON DISK for the readme test to work. This is especially diff --git a/test/server.go b/test/server.go index bdd31a434..93016501d 100644 --- a/test/server.go +++ b/test/server.go @@ -8,7 +8,7 @@ import ( // Hook in CoreDNS. _ "github.com/coredns/coredns/core" - "github.com/mholt/caddy" + "github.com/caddyserver/caddy" ) var mu sync.Mutex |