Skip to content

Commit 875ff8c

Browse files
authored
Merge pull request #1900 from rabbitmq/dependabot/go_modules/internal/promtool/github.com/go-viper/mapstructure/v2-2.3.0
build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /internal/promtool
2 parents 44c1395 + 901f0d4 commit 875ff8c

File tree

2 files changed

+108
-4
lines changed

2 files changed

+108
-4
lines changed

internal/promtool/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
1414
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0 // indirect
1515
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
16+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
1617
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
1718
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
1819
github.com/Microsoft/go-winio v0.6.1 // indirect
@@ -54,7 +55,7 @@ require (
5455
github.com/go-openapi/swag v0.23.0 // indirect
5556
github.com/go-openapi/validate v0.24.0 // indirect
5657
github.com/go-resty/resty/v2 v2.16.5 // indirect
57-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
58+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
5859
github.com/go-zookeeper/zk v1.0.4 // indirect
5960
github.com/gogo/protobuf v1.3.2 // indirect
6061
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
@@ -109,6 +110,7 @@ require (
109110
github.com/mitchellh/mapstructure v1.5.0 // indirect
110111
github.com/mitchellh/reflectwalk v1.0.2 // indirect
111112
github.com/moby/docker-image-spec v1.3.1 // indirect
113+
github.com/moby/sys/sequential v0.6.0 // indirect
112114
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
113115
github.com/modern-go/reflect2 v1.0.2 // indirect
114116
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

0 commit comments

Comments
 (0)