Skip to content

Commit 0299b06

Browse files
Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0
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](go-viper/mapstructure@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] <support@github.com>
1 parent 78acad6 commit 0299b06

File tree

2 files changed

+11
-97
lines changed

2 files changed

+11
-97
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ require (
2121
github.com/MicahParks/keyfunc/v3 v3.4.0 // indirect
2222
github.com/XSAM/otelsql v0.39.0 // indirect
2323
github.com/beorn7/perks v1.0.1 // indirect
24-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2524
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
2625
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2726
github.com/cockroachdb/cockroach-go/v2 v2.4.0 // indirect
@@ -30,7 +29,7 @@ require (
3029
github.com/fsnotify/fsnotify v1.8.0 // indirect
3130
github.com/go-logr/logr v1.4.2 // indirect
3231
github.com/go-logr/stdr v1.2.2 // indirect
33-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
32+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
3433
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
3534
github.com/google/uuid v1.6.0 // indirect
3635
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
@@ -40,7 +39,6 @@ require (
4039
github.com/jackc/pgx/v5 v5.7.5 // indirect
4140
github.com/jackc/puddle/v2 v2.2.2 // indirect
4241
github.com/jaevor/go-nanoid v1.4.0 // indirect
43-
github.com/klauspost/compress v1.18.0 // indirect
4442
github.com/labstack/echo-contrib v0.17.4 // indirect
4543
github.com/labstack/echo-jwt/v4 v4.3.1 // indirect
4644
github.com/labstack/gommon v0.4.2 // indirect

0 commit comments

Comments
 (0)