File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/prometheus/client_golang v1.23.2
1515 github.com/samber/slog-zap/v2 v2.6.2
1616 github.com/stretchr/testify v1.11.1
17- go.opentelemetry.io/collector/pdata v1.46 .0
17+ go.opentelemetry.io/collector/pdata v1.47 .0
1818 go.opentelemetry.io/contrib/bridges/otelzap v0.13.0
1919 go.opentelemetry.io/contrib/instrumentation/runtime v0.63.0
2020 go.opentelemetry.io/contrib/propagators/autoprop v0.63.0
@@ -68,7 +68,7 @@ require (
6868 github.com/samber/slog-common v0.18.1 // indirect
6969 github.com/segmentio/asm v1.2.1 // indirect
7070 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
71- go.opentelemetry.io/collector/featuregate v1.46 .0 // indirect
71+ go.opentelemetry.io/collector/featuregate v1.47 .0 // indirect
7272 go.opentelemetry.io/contrib/propagators/aws v1.38.0 // indirect
7373 go.opentelemetry.io/contrib/propagators/b3 v1.38.0 // indirect
7474 go.opentelemetry.io/contrib/propagators/jaeger v1.38.0 // indirect
Original file line number Diff line number Diff line change @@ -98,10 +98,12 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
9898github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
9999go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64 =
100100go.opentelemetry.io/auto/sdk v1.2.1 /go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y =
101- go.opentelemetry.io/collector/featuregate v1.46.0 h1:z3JlymFdWW6aDo9cYAJ6bCqT+OI2DlurJ9P8HqfuKWQ =
102- go.opentelemetry.io/collector/featuregate v1.46.0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
103- go.opentelemetry.io/collector/pdata v1.46.0 h1:XzhnIWNtc/gbOyFiewRvybR4s3phKHrWxL3yc/wVLDo =
104- go.opentelemetry.io/collector/pdata v1.46.0 /go.mod h1:D2e3BWCUC/bUg29WNzCDVN7Ab0Gzk7hGXZL2pnrDOn0 =
101+ go.opentelemetry.io/collector/featuregate v1.47.0 h1:LuJnDngViDzPKds5QOGxVYNL1QCCVWN/m61lHTV8Pf4 =
102+ go.opentelemetry.io/collector/featuregate v1.47.0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
103+ go.opentelemetry.io/collector/internal/testutil v0.141.0 h1:/rUGApojPtUPMN3rFfApNgEjAt03rCGt2qxNxGGs/4A =
104+ go.opentelemetry.io/collector/internal/testutil v0.141.0 /go.mod h1:YAD9EAkwh/l5asZNbEBEUCqEjoL1OKMjAMoPjPqH76c =
105+ go.opentelemetry.io/collector/pdata v1.47.0 h1:4Mk0mo2RlKCUPomV8ISm+Yx/STFtuSn88yjiCePHkGA =
106+ go.opentelemetry.io/collector/pdata v1.47.0 /go.mod h1:yMdjdWZBNA8wLFCQXOCLb0RfcpZOxp7exH+bN7udWO0 =
105107go.opentelemetry.io/contrib/bridges/otelzap v0.13.0 h1:aBKdhLVieqvwWe9A79UHI/0vgp2t/s2euY8X59pGRlw =
106108go.opentelemetry.io/contrib/bridges/otelzap v0.13.0 /go.mod h1:SYqtxLQE7iINgh6WFuVi2AI70148B8EI35DSk0Wr8m4 =
107109go.opentelemetry.io/contrib/instrumentation/runtime v0.63.0 h1:PeBoRj6af6xMI7qCupwFvTbbnd49V7n5YpG6pg8iDYQ =
You can’t perform that action at this time.
0 commit comments