aboutsummaryrefslogtreecommitdiff
path: root/plugin/loop/setup_test.go
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 /plugin/loop/setup_test.go
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 'plugin/loop/setup_test.go')
-rw-r--r--plugin/loop/setup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/loop/setup_test.go b/plugin/loop/setup_test.go
index 2a3c6846f..5a7386998 100644
--- a/plugin/loop/setup_test.go
+++ b/plugin/loop/setup_test.go
@@ -3,7 +3,7 @@ package loop
import (
"testing"
- "github.com/mholt/caddy"
+ "github.com/caddyserver/caddy"
)
func TestSetup(t *testing.T) {