summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/matchers.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/caddyhttp/matchers.go')
-rw-r--r--modules/caddyhttp/matchers.go4
1 files changed, 2 insertions, 2 deletions
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"
)