diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-10-10 15:47:26 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-10-10 15:47:26 -0600 |
commit | 715e6ddf516835c62db022b2247808fb8f22f2b0 (patch) | |
tree | 2703b5fe663a36aefe6b16c67db55a7767b30fbf /modules | |
parent | 9c0bf311f93218e8f899cd3c6102868be18a4d1c (diff) |
go.mod: Update dependencies
Diffstat (limited to 'modules')
-rw-r--r-- | modules/caddyhttp/templates/tplcontext.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |