diff options
Diffstat (limited to 'test/server.go')
-rw-r--r-- | test/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |