summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-10-10 15:47:26 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-10-10 15:47:26 -0600
commit715e6ddf516835c62db022b2247808fb8f22f2b0 (patch)
tree2703b5fe663a36aefe6b16c67db55a7767b30fbf /modules/caddyhttp/templates
parent9c0bf311f93218e8f899cd3c6102868be18a4d1c (diff)
go.mod: Update dependencies
Diffstat (limited to 'modules/caddyhttp/templates')
-rw-r--r--modules/caddyhttp/templates/tplcontext.go2
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"
)