File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/splunk/stef/go/otel v0.1.1
88 github.com/splunk/stef/go/pkg v0.1.1
99 github.com/stretchr/testify v1.11.1
10- go.opentelemetry.io/collector/pdata v1.52 .0
10+ go.opentelemetry.io/collector/pdata v1.53 .0
1111 modernc.org/b/v2 v2.1.10
1212)
1313
@@ -20,7 +20,7 @@ require (
2020 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2121 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
2222 github.com/pmezard/go-difflib v1.0.0 // indirect
23- go.opentelemetry.io/collector/featuregate v1.52 .0 // indirect
23+ go.opentelemetry.io/collector/featuregate v1.53 .0 // indirect
2424 go.uber.org/multierr v1.11.0 // indirect
2525 gopkg.in/yaml.v3 v3.0.1 // indirect
2626)
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
3131github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
3232github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
3333github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
34- go.opentelemetry.io/collector/featuregate v1.52 .0 h1:Ba/6lL8BY+wWbQ8w7aOWzbyl4WG8i8eSGl2fnrBHBnE =
35- go.opentelemetry.io/collector/featuregate v1.52 .0 /go.mod h1:PS7zY/zaCb28EqciePVwRHVhc3oKortTFXsi3I6ee4g =
36- go.opentelemetry.io/collector/internal/testutil v0.146.1 h1:hpemuw5sLSYIqflJdScFikLhCjHxKuJWC2Lwyh9yeCI =
37- go.opentelemetry.io/collector/internal/testutil v0.146.1 /go.mod h1:Jkjs6rkqs973LqgZ0Fe3zrokQRKULYXPIf4HuqStiEE =
38- go.opentelemetry.io/collector/pdata v1.52 .0 h1:jp76qKVZsQqB6yK2C6bolPOi1uU+jhsTDsp71d5MOhk =
39- go.opentelemetry.io/collector/pdata v1.52 .0 /go.mod h1:+w6A2FXrMDDIwjRgQaud11Ifobng/j/FW3upZtaVKHc =
34+ go.opentelemetry.io/collector/featuregate v1.53 .0 h1:cgjXdtl7jezWxq6V0eohe/JqjY4PBotZGb5+bTR2OJw =
35+ go.opentelemetry.io/collector/featuregate v1.53 .0 /go.mod h1:PS7zY/zaCb28EqciePVwRHVhc3oKortTFXsi3I6ee4g =
36+ go.opentelemetry.io/collector/internal/testutil v0.147.0 h1:DFlRxBRp23/sZnpTITK25yqe0d56yNvK+63IaWc6OsU =
37+ go.opentelemetry.io/collector/internal/testutil v0.147.0 /go.mod h1:Jkjs6rkqs973LqgZ0Fe3zrokQRKULYXPIf4HuqStiEE =
38+ go.opentelemetry.io/collector/pdata v1.53 .0 h1:DlYDbRwammEZaxDZHINx5v0n8SEOVNniPbi6FRTlVkA =
39+ go.opentelemetry.io/collector/pdata v1.53 .0 /go.mod h1:LRSYGNjKXaUrZEwZv3Yl+8/zV2HmRGKXW62zB2bysms =
4040go.opentelemetry.io/proto/slim/otlp v1.9.0 h1:fPVMv8tP3TrsqlkH1HWYUpbCY9cAIemx184VGkS6vlE =
4141go.opentelemetry.io/proto/slim/otlp v1.9.0 /go.mod h1:xXdeJJ90Gqyll+orzUkY4bOd2HECo5JofeoLpymVqdI =
4242go.opentelemetry.io/proto/slim/otlp/collector/profiles/v1development v0.2.0 h1:o13nadWDNkH/quoDomDUClnQBpdQQ2Qqv0lQBjIXjE8 =
You can’t perform that action at this time.
0 commit comments