From 5af83d509380e63cf25ffaa34bedd169ec34bba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 19:50:19 +0000 Subject: [PATCH] Bump github.com/Masterminds/sprig/v3 from 3.0.2 to 3.2.2 Bumps [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig) from 3.0.2 to 3.2.2. - [Release notes](https://github.com/Masterminds/sprig/releases) - [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md) - [Commits](https://github.com/Masterminds/sprig/compare/v3.0.2...v3.2.2) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 97a4dba..8201911 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/BurntSushi/toml v0.3.1 github.com/Masterminds/sprig v2.22.0+incompatible - github.com/Masterminds/sprig/v3 v3.0.2 + github.com/Masterminds/sprig/v3 v3.2.2 github.com/kr/pretty v0.2.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/onsi/ginkgo v1.16.2