Skip to content

Commit 35cc8d0

Browse files
Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 (#9)
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.4.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](go-viper/mapstructure@v2.2.1...v2.4.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2da9834 commit 35cc8d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ require (
88
github.com/redis/go-redis/v9 v9.8.0
99
github.com/richardwilkes/toolbox v1.123.1
1010
github.com/spf13/viper v1.20.1
11+
go.uber.org/mock v0.5.2
1112
)
1213

1314
require (
1415
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1516
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
1617
github.com/fsnotify/fsnotify v1.9.0 // indirect
17-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
18+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
1819
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1920
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
2021
github.com/sagikazarmark/locafero v0.9.0 // indirect
@@ -23,7 +24,6 @@ require (
2324
github.com/spf13/cast v1.8.0 // indirect
2425
github.com/spf13/pflag v1.0.6 // indirect
2526
github.com/subosito/gotenv v1.6.0 // indirect
26-
go.uber.org/mock v0.5.2 // indirect
2727
go.uber.org/multierr v1.11.0 // indirect
2828
golang.org/x/sys v0.32.0 // indirect
2929
golang.org/x/text v0.24.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHk
1212
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
1313
github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=
1414
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
15-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
16-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
15+
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
16+
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
1717
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1818
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1919
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=

0 commit comments

Comments
 (0)