From fdd871e1775d1b6d85de43e8ecf7ddc71a72c503 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 2 Jul 2019 12:37:06 -0600 Subject: go.mod: Append /v2 to module name; update all import paths See https://github.com/golang/go/wiki/Modules#semantic-import-versioning --- modules/caddyhttp/matchers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/caddyhttp/matchers.go') diff --git a/modules/caddyhttp/matchers.go b/modules/caddyhttp/matchers.go index fe5a6cb..6c5a23e 100644 --- a/modules/caddyhttp/matchers.go +++ b/modules/caddyhttp/matchers.go @@ -27,8 +27,8 @@ import ( "regexp" "strings" - "github.com/caddyserver/caddy" - "github.com/caddyserver/caddy/pkg/caddyscript" + "github.com/caddyserver/caddy/v2" + "github.com/caddyserver/caddy/v2/pkg/caddyscript" "go.starlark.net/starlark" ) -- cgit v1.2.3