diff options
author | 2019-07-03 09:04:47 +0800 | |
---|---|---|
committer | 2019-07-03 09:04:47 +0800 | |
commit | f8bba51f844a9ba9add993dcd579288d3af3707e (patch) | |
tree | 1d6e77333f9f8a255da57d47a87de29c60d43235 /plugin/loop/setup_test.go | |
parent | 22c6e3e179303955b62276de4b48293b2e90506c (diff) | |
download | coredns-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.go | 2 |
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) { |