This repository was archived by the owner on Nov 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
2222 github.com/knadh/koanf/maps v0.1.1 // indirect
2323 github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
24- github.com/knadh/koanf/v2 v2.1.1 // indirect
24+ github.com/knadh/koanf/v2 v2.1.2 // indirect
2525 github.com/mitchellh/copystructure v1.2.0 // indirect
2626 github.com/mitchellh/reflectwalk v1.0.2 // indirect
2727 github.com/pierrec/lz4/v4 v4.1.21 // indirect
@@ -50,7 +50,7 @@ require (
5050 go.opentelemetry.io/collector/config/configtelemetry v0.115.0 // indirect
5151 go.opentelemetry.io/collector/config/configtls v1.18.0 // indirect
5252 go.opentelemetry.io/collector/config/internal v0.112.0 // indirect
53- go.opentelemetry.io/collector/confmap v1.18 .0
53+ go.opentelemetry.io/collector/confmap v1.21 .0
5454 go.opentelemetry.io/collector/consumer/consumerprofiles v0.115.0 // indirect
5555 go.opentelemetry.io/collector/extension v0.112.0 // indirect
5656 go.opentelemetry.io/collector/extension/auth v0.112.0 // indirect
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ github.com/knadh/koanf/providers/confmap v0.1.0 h1:gOkxhHkemwG4LezxxN8DMOFopOPgh
3333github.com/knadh/koanf/providers/confmap v0.1.0 /go.mod h1:2uLhxQzJnyHKfxG927awZC7+fyHFdQkd697K4MdLnIU =
3434github.com/knadh/koanf/v2 v2.1.1 h1:/R8eXqasSTsmDCsAyYj+81Wteg8AqrV9CP6gvsTsOmM =
3535github.com/knadh/koanf/v2 v2.1.1 /go.mod h1:4mnTRbZCK+ALuBXHZMjDfG9y714L7TykVnZkXbMU3Es =
36+ github.com/knadh/koanf/v2 v2.1.2 h1:I2rtLRqXRy1p01m/utEtpZSSA6dcJbgGVuE27kW2PzQ =
37+ github.com/knadh/koanf/v2 v2.1.2 /go.mod h1:Gphfaen0q1Fc1HTgJgSTC4oRX9R2R5ErYMZJy8fLJBo =
3638github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
3739github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
3840github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
@@ -90,6 +92,8 @@ go.opentelemetry.io/collector/config/internal v0.112.0 h1:kB28u5IrrJIsKKHFltBSAr
9092go.opentelemetry.io/collector/config/internal v0.112.0 /go.mod h1:yC7E4h1Uj0SubxcFImh6OvBHFTjMh99+A5PuyIgDWqc =
9193go.opentelemetry.io/collector/confmap v1.18.0 h1:UEOeJY8RW8lZ1O4lzHSGqolS7uzkpXQi5fa8SidKqQg =
9294go.opentelemetry.io/collector/confmap v1.18.0 /go.mod h1:GgNu1ElPGmLn9govqIfjaopvdspw4PJ9KeDtWC4E2Q4 =
95+ go.opentelemetry.io/collector/confmap v1.21.0 h1:1tIcx2/Suwg8VhuPmQw87ba0ludPmumpFCFRZZa6RXA =
96+ go.opentelemetry.io/collector/confmap v1.21.0 /go.mod h1:Rrhs+MWoaP6AswZp+ReQ2VO9dfOfcUjdjiSHBsG+nec =
9397go.opentelemetry.io/collector/consumer v0.112.0 h1:tfO4FpuQ8MsD7AxgslC3tRNVYjd9Xkus34BOExsG4fM =
9498go.opentelemetry.io/collector/consumer v0.112.0 /go.mod h1:ZKSeGvXvaofIlvPrWlARKQpONOmuw6R/yifgYCWHKRw =
9599go.opentelemetry.io/collector/consumer v0.114.0 h1:1zVaHvfIZowGwZRitRBRo3i+RP2StlU+GClYiofSw0Q =
You can’t perform that action at this time.
0 commit comments