From b1f744591250b976580ec71f77f7a8ab49b1b11a Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 19 Feb 2021 01:02:55 +0000 Subject: [PATCH] Update module huandu/xstrings to v1.3.2 --- vendor/github.com/Masterminds/sprig/v3/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/Masterminds/sprig/v3/go.mod b/vendor/github.com/Masterminds/sprig/v3/go.mod index 672e04f..223d674 100644 --- a/vendor/github.com/Masterminds/sprig/v3/go.mod +++ b/vendor/github.com/Masterminds/sprig/v3/go.mod @@ -6,7 +6,7 @@ require ( github.com/Masterminds/goutils v1.1.0 github.com/Masterminds/semver/v3 v3.1.1 github.com/google/uuid v1.1.1 - github.com/huandu/xstrings v1.3.1 + github.com/huandu/xstrings v1.3.2 github.com/imdario/mergo v0.3.11 github.com/mitchellh/copystructure v1.0.0 github.com/shopspring/decimal v1.2.0 -- GitLab