From 2a793dccd168512a807ef17bd625dcb475578ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:36:56 +0000 Subject: [PATCH 1/2] Bump github.com/spf13/cast from 1.7.0 to 1.7.1 Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/spf13/cast/releases) - [Commits](https://github.com/spf13/cast/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/spf13/cast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0f7f3963a..fb1996a7c 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/hashicorp/go-metrics v0.5.3 github.com/rs/zerolog v1.33.0 - github.com/spf13/cast v1.7.0 + github.com/spf13/cast v1.7.1 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.19.0 diff --git a/go.sum b/go.sum index cb3d4061c..78842d5fd 100644 --- a/go.sum +++ b/go.sum @@ -965,8 +965,8 @@ github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIK github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8= github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY= -github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= -github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= +github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y= +github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= From ff2173f09d13f17f1c1cf9de3959fd3d0f2f6a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 19 Dec 2024 08:37:18 +0000 Subject: [PATCH 2/2] Updated Changelog --- .../unreleased/dependencies/2246-github-com-spf13-cast-1-7-1.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .changelog/unreleased/dependencies/2246-github-com-spf13-cast-1-7-1.md diff --git a/.changelog/unreleased/dependencies/2246-github-com-spf13-cast-1-7-1.md b/.changelog/unreleased/dependencies/2246-github-com-spf13-cast-1-7-1.md new file mode 100644 index 000000000..fa199e61d --- /dev/null +++ b/.changelog/unreleased/dependencies/2246-github-com-spf13-cast-1-7-1.md @@ -0,0 +1 @@ +* `github.com/spf13/cast` bumped to v1.7.1 (from v1.7.0) [PR 2246](https://github.com/provenance-io/provenance/pull/2246).