aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2019-07-03 09:04:47 +0800
committerGravatar GitHub <noreply@github.com> 2019-07-03 09:04:47 +0800
commitf8bba51f844a9ba9add993dcd579288d3af3707e (patch)
tree1d6e77333f9f8a255da57d47a87de29c60d43235 /test
parent22c6e3e179303955b62276de4b48293b2e90506c (diff)
downloadcoredns-f8bba51f844a9ba9add993dcd579288d3af3707e.tar.gz
coredns-f8bba51f844a9ba9add993dcd579288d3af3707e.tar.zst
coredns-f8bba51f844a9ba9add993dcd579288d3af3707e.zip
Update Caddy to 1.0.1, and update import path (#2961)
* Update Caddy to 1.0.1, and update import path This fix updates caddy to 1.0.1 and also updates the import path to github.com/caddyserver/caddy This fix fixes 2959 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Also update plugin.cfg Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update and bump zplugin.go Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'test')
-rw-r--r--test/chaos_test.go2
-rw-r--r--test/readme_test.go2
-rw-r--r--test/server.go2
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