Skip to content

Commit 2301805

Browse files
committed
Update github.com/go-viper/mapstructure/v2 dependency to version v2.3.0
1 parent d4138d4 commit 2301805

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ require (
6666
go.opentelemetry.io/collector/processor v1.30.0
6767
go.opentelemetry.io/collector/processor/batchprocessor v0.124.0
6868
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.124.0
69+
go.opentelemetry.io/collector/processor/processortest v0.124.0
6970
go.opentelemetry.io/collector/receiver v1.30.0
7071
go.opentelemetry.io/collector/receiver/otlpreceiver v0.124.0
7172
go.opentelemetry.io/collector/receiver/receivertest v0.124.0
@@ -74,6 +75,7 @@ require (
7475
go.opentelemetry.io/collector/scraper/scrapertest v0.124.0
7576
go.opentelemetry.io/otel v1.35.0
7677
go.uber.org/goleak v1.3.0
78+
go.uber.org/multierr v1.11.0
7779
go.uber.org/zap v1.27.0
7880
golang.org/x/mod v0.23.0
7981
golang.org/x/sync v0.13.0
@@ -120,7 +122,7 @@ require (
120122
github.com/go-playground/locales v0.14.1 // indirect
121123
github.com/go-playground/universal-translator v0.18.1 // indirect
122124
github.com/go-playground/validator/v10 v10.23.0 // indirect
123-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
125+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
124126
github.com/gobwas/glob v0.2.3 // indirect
125127
github.com/goccy/go-json v0.10.5 // indirect
126128
github.com/gogo/googleapis v1.4.1 // indirect
@@ -260,7 +262,6 @@ require (
260262
go.opentelemetry.io/collector/pipeline/xpipeline v0.124.0 // indirect
261263
go.opentelemetry.io/collector/processor/processorhelper v0.124.0 // indirect
262264
go.opentelemetry.io/collector/processor/processorhelper/xprocessorhelper v0.124.0 // indirect
263-
go.opentelemetry.io/collector/processor/processortest v0.124.0 // indirect
264265
go.opentelemetry.io/collector/processor/xprocessor v0.124.0 // indirect
265266
go.opentelemetry.io/collector/receiver/receiverhelper v0.124.0 // indirect
266267
go.opentelemetry.io/collector/receiver/xreceiver v0.124.0 // indirect
@@ -289,7 +290,6 @@ require (
289290
go.opentelemetry.io/otel/sdk/log v0.11.0 // indirect
290291
go.opentelemetry.io/otel/trace v1.35.0 // indirect
291292
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
292-
go.uber.org/multierr v1.11.0 // indirect
293293
golang.org/x/arch v0.12.0 // indirect
294294
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
295295
golang.org/x/tools v0.30.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ github.com/go-playground/validator/v10 v10.23.0/go.mod h1:dbuPbCMFw/DrkbEynArYaC
198198
github.com/go-resty/resty/v2 v2.16.2 h1:CpRqTjIzq/rweXUt9+GxzzQdlkqMdt8Lm/fuK/CAbAg=
199199
github.com/go-resty/resty/v2 v2.16.2/go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU=
200200
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
201-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
202-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
201+
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
202+
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
203203
github.com/go-zookeeper/zk v1.0.4 h1:DPzxraQx7OrPyXq2phlGlNSIyWEsAox0RJmjTseMV6I=
204204
github.com/go-zookeeper/zk v1.0.4/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw=
205205
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=

0 commit comments

Comments
 (0)