From f2c4225c0c7e45605cddb0e1d3027ef7a57679d0 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 19 Feb 2021 01:03:00 +0000 Subject: [PATCH] Update module mitchellh/copystructure to v1.1.1 --- 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..b5710d4 100644 --- a/vendor/github.com/Masterminds/sprig/v3/go.mod +++ b/vendor/github.com/Masterminds/sprig/v3/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.1.1 github.com/huandu/xstrings v1.3.1 github.com/imdario/mergo v0.3.11 - github.com/mitchellh/copystructure v1.0.0 + github.com/mitchellh/copystructure v1.1.1 github.com/shopspring/decimal v1.2.0 github.com/spf13/cast v1.3.1 github.com/stretchr/testify v1.5.1 -- GitLab