From f8bba51f844a9ba9add993dcd579288d3af3707e Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 3 Jul 2019 09:04:47 +0800 Subject: 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 * Also update plugin.cfg Signed-off-by: Yong Tang * Update and bump zplugin.go Signed-off-by: Yong Tang --- plugin/cancel/setup_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/cancel/setup_test.go') diff --git a/plugin/cancel/setup_test.go b/plugin/cancel/setup_test.go index 64ae486a2..d79390254 100644 --- a/plugin/cancel/setup_test.go +++ b/plugin/cancel/setup_test.go @@ -3,7 +3,7 @@ package cancel import ( "testing" - "github.com/mholt/caddy" + "github.com/caddyserver/caddy" ) func TestSetup(t *testing.T) { -- cgit v1.2.3