File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/aws-observability/aws-otel-collector
22
3- go 1.24.3
3+ go 1.24.5
44
55require (
66 github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider v0.130.0
Original file line number Diff line number Diff line change 11module github.com/aws-observability/aws-otel-collector/testbed
22
3- go 1.24.3
3+ go 1.24.5
44
55require (
66 github.com/aws-observability/aws-otel-collector v0.44.0
Original file line number Diff line number Diff line change @@ -205,3 +205,5 @@ replace github.com/blizzy78/varnamelen v0.6.1 => github.com/blizzy78/varnamelen
205205
206206// The v0.3.0 tag was overwritten, replacing with v0.3.1
207207replace github.com/moricho/tparallel v0.3.0 => github.com/moricho/tparallel v0.3.1
208+
209+ replace github.com/go-viper/mapstructure/v2 v2.2.1 => github.com/go-viper/mapstructure/v2 v2.3.0
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQi
122122github.com/go-toolsmith/strparse v1.1.0 /go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ =
123123github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus =
124124github.com/go-toolsmith/typep v1.1.0 /go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig =
125- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
126- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
125+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
126+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
127127github.com/go-xmlfmt/xmlfmt v1.1.2 h1:Nea7b4icn8s57fTx1M5AI4qQT5HEM3rVUO8MuE6g80U =
128128github.com/go-xmlfmt/xmlfmt v1.1.2 /go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM =
129129github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y =
You can’t perform that action at this time.
0 commit comments