From 45ae3ff9b4e18f83358f339afe01f8beb5fcda7e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 3 Apr 2021 20:40:44 +0000 Subject: [PATCH] chore(deps): update module github.com/masterminds/sprig to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e839a61..f48ad89 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect - github.com/Masterminds/sprig v2.22.0+incompatible + github.com/Masterminds/sprig/v3 v3.2.2 github.com/Songmu/timeout v0.4.0 github.com/d5/tengo/v2 v2.7.0 github.com/google/go-github/v32 v32.1.0