From 715e6ddf516835c62db022b2247808fb8f22f2b0 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 10 Oct 2019 15:47:26 -0600 Subject: go.mod: Update dependencies --- modules/caddyhttp/templates/tplcontext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/templates') diff --git a/modules/caddyhttp/templates/tplcontext.go b/modules/caddyhttp/templates/tplcontext.go index a51e54b..5b74623 100644 --- a/modules/caddyhttp/templates/tplcontext.go +++ b/modules/caddyhttp/templates/tplcontext.go @@ -25,7 +25,7 @@ import ( "strings" "sync" - "github.com/Masterminds/sprig" + "github.com/Masterminds/sprig/v3" "github.com/caddyserver/caddy/v2/modules/caddyhttp" "github.com/russross/blackfriday/v2" ) -- cgit v1.2.3