From f2d9805b720ed76d2a6ba4a5127c06ec7b854c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:58:14 +0000 Subject: [PATCH 1/4] Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /src Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/go.mod | 2 +- src/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/go.mod b/src/go.mod index f01dc771..c31274a2 100644 --- a/src/go.mod +++ b/src/go.mod @@ -48,7 +48,7 @@ require ( github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.26.0 // indirect - github.com/go-viper/mapstructure/v2 v2.2.1 // indirect + github.com/go-viper/mapstructure/v2 v2.3.0 // indirect github.com/gobwas/glob v0.2.3 // indirect github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect github.com/google/uuid v1.6.0 // indirect diff --git a/src/go.sum b/src/go.sum index 319232b6..b7a19ac7 100644 --- a/src/go.sum +++ b/src/go.sum @@ -107,8 +107,8 @@ github.com/go-playground/validator/v10 v10.26.0 h1:SP05Nqhjcvz81uJaRfEV0YBSSSGMc github.com/go-playground/validator/v10 v10.26.0/go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo= github.com/go-resty/resty/v2 v2.16.5 h1:hBKqmWrr7uRc3euHVqmh1HTHcKn99Smr7o5spptdhTM= github.com/go-resty/resty/v2 v2.16.5/go.mod h1:hkJtXbA2iKHzJheXYvQ8snQES5ZLGKMwQ07xAwp/fiA= -github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss= -github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= +github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk= +github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= From 355184e8f4af0942e488d85b3fcef34a63127020 Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Fri, 27 Jun 2025 16:58:35 +0000 Subject: [PATCH 2/4] Add automated changelog yaml from template --- .changes/unreleased/Dependency-20250627-165834.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20250627-165834.yaml diff --git a/.changes/unreleased/Dependency-20250627-165834.yaml b/.changes/unreleased/Dependency-20250627-165834.yaml new file mode 100644 index 00000000..8b329b65 --- /dev/null +++ b/.changes/unreleased/Dependency-20250627-165834.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /src +time: 2025-06-27T16:58:34.125146465Z From 011ca25e428b594264a2d08f3c35e68b418eca9a Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Fri, 27 Jun 2025 16:58:39 +0000 Subject: [PATCH 3/4] Add automated changelog yaml from template --- .changes/unreleased/Dependency-20250627-165837.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20250627-165837.yaml diff --git a/.changes/unreleased/Dependency-20250627-165837.yaml b/.changes/unreleased/Dependency-20250627-165837.yaml new file mode 100644 index 00000000..bf1918b4 --- /dev/null +++ b/.changes/unreleased/Dependency-20250627-165837.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /src +time: 2025-06-27T16:58:37.491739161Z From d44319f06e6f82b54f92d4ca4f164fbc5b339cba Mon Sep 17 00:00:00 2001 From: Kyle Date: Wed, 20 Aug 2025 11:28:22 -0400 Subject: [PATCH 4/4] Delete .changes/unreleased/Dependency-20250627-165837.yaml --- .changes/unreleased/Dependency-20250627-165837.yaml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .changes/unreleased/Dependency-20250627-165837.yaml diff --git a/.changes/unreleased/Dependency-20250627-165837.yaml b/.changes/unreleased/Dependency-20250627-165837.yaml deleted file mode 100644 index bf1918b4..00000000 --- a/.changes/unreleased/Dependency-20250627-165837.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /src -time: 2025-06-27T16:58:37.491739161Z