File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
sdk/internal/telemetry/test Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ require (
9393 github.com/prometheus/procfs v0.19.2 // indirect
9494 github.com/x448/float16 v0.8.4 // indirect
9595 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
96- go.opentelemetry.io/collector/featuregate v1.46 .0 // indirect
96+ go.opentelemetry.io/collector/featuregate v1.47 .0 // indirect
9797 go.opentelemetry.io/contrib/bridges/prometheus v0.63.0 // indirect
9898 go.opentelemetry.io/contrib/detectors/aws/ec2/v2 v2.0.0 // indirect
9999 go.opentelemetry.io/contrib/detectors/aws/ecs v1.38.0 // indirect
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 h1:zzrxE1FKn5ryB
176176github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 /go.mod h1:hzfGeIUDq/j97IG+FhNqkowIyEcD88LrW6fyU3K3WqY =
177177github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
178178github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
179- go.opentelemetry.io/collector/featuregate v1.46 .0 h1:z3JlymFdWW6aDo9cYAJ6bCqT+OI2DlurJ9P8HqfuKWQ =
180- go.opentelemetry.io/collector/featuregate v1.46 .0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
179+ go.opentelemetry.io/collector/featuregate v1.47 .0 h1:LuJnDngViDzPKds5QOGxVYNL1QCCVWN/m61lHTV8Pf4 =
180+ go.opentelemetry.io/collector/featuregate v1.47 .0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
181181go.opentelemetry.io/collector/pdata v1.46.0 h1:XzhnIWNtc/gbOyFiewRvybR4s3phKHrWxL3yc/wVLDo =
182182go.opentelemetry.io/collector/pdata v1.46.0 /go.mod h1:D2e3BWCUC/bUg29WNzCDVN7Ab0Gzk7hGXZL2pnrDOn0 =
183183go.opentelemetry.io/contrib/bridges/prometheus v0.63.0 h1:/Rij/t18Y7rUayNg7Id6rPrEnHgorxYabm2E6wUdPP4 =
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ require (
113113 github.com/ugorji/go/codec v1.3.1 // indirect
114114 github.com/x448/float16 v0.8.4 // indirect
115115 github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 // indirect
116- go.opentelemetry.io/collector/featuregate v1.46 .0 // indirect
116+ go.opentelemetry.io/collector/featuregate v1.47 .0 // indirect
117117 go.opentelemetry.io/contrib/bridges/prometheus v0.63.0 // indirect
118118 go.opentelemetry.io/contrib/detectors/autodetect v0.10.0 // indirect
119119 go.opentelemetry.io/contrib/detectors/aws/ec2/v2 v2.0.0 // indirect
Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 h1:zzrxE1FKn5ryB
269269github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 /go.mod h1:hzfGeIUDq/j97IG+FhNqkowIyEcD88LrW6fyU3K3WqY =
270270github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
271271github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
272- go.opentelemetry.io/collector/featuregate v1.46 .0 h1:z3JlymFdWW6aDo9cYAJ6bCqT+OI2DlurJ9P8HqfuKWQ =
273- go.opentelemetry.io/collector/featuregate v1.46 .0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
272+ go.opentelemetry.io/collector/featuregate v1.47 .0 h1:LuJnDngViDzPKds5QOGxVYNL1QCCVWN/m61lHTV8Pf4 =
273+ go.opentelemetry.io/collector/featuregate v1.47 .0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
274274go.opentelemetry.io/collector/pdata v1.46.0 h1:XzhnIWNtc/gbOyFiewRvybR4s3phKHrWxL3yc/wVLDo =
275275go.opentelemetry.io/collector/pdata v1.46.0 /go.mod h1:D2e3BWCUC/bUg29WNzCDVN7Ab0Gzk7hGXZL2pnrDOn0 =
276276go.opentelemetry.io/contrib/bridges/prometheus v0.63.0 h1:/Rij/t18Y7rUayNg7Id6rPrEnHgorxYabm2E6wUdPP4 =
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ require (
245245 go.opencensus.io v0.24.0 // indirect
246246 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
247247 go.opentelemetry.io/build-tools v0.29.0 // indirect
248- go.opentelemetry.io/collector/featuregate v1.46 .0 // indirect
248+ go.opentelemetry.io/collector/featuregate v1.47 .0 // indirect
249249 go.opentelemetry.io/collector/pdata v1.46.0 // indirect
250250 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
251251 go.opentelemetry.io/otel v1.38.0 // indirect
Original file line number Diff line number Diff line change @@ -610,8 +610,8 @@ go.opentelemetry.io/build-tools/dbotconf v0.29.0 h1:D/nX+HS/f7rbwz9hJ/cJjGCSsiDc
610610go.opentelemetry.io/build-tools/dbotconf v0.29.0 /go.mod h1:p7zFOXXx2b0JaPgfW8TlTjHHU8uPdX7k4YwI7mDw3RU =
611611go.opentelemetry.io/build-tools/multimod v0.29.0 h1:hVXibTuNuJumtn3cpzqPOX2xmcO+KogKZcB0yygHux0 =
612612go.opentelemetry.io/build-tools/multimod v0.29.0 /go.mod h1:tx762Z6RQe5Twkd04q1zzpmGQGtSljbKRy/P61EnJpo =
613- go.opentelemetry.io/collector/featuregate v1.46 .0 h1:z3JlymFdWW6aDo9cYAJ6bCqT+OI2DlurJ9P8HqfuKWQ =
614- go.opentelemetry.io/collector/featuregate v1.46 .0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
613+ go.opentelemetry.io/collector/featuregate v1.47 .0 h1:LuJnDngViDzPKds5QOGxVYNL1QCCVWN/m61lHTV8Pf4 =
614+ go.opentelemetry.io/collector/featuregate v1.47 .0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
615615go.opentelemetry.io/collector/pdata v1.46.0 h1:XzhnIWNtc/gbOyFiewRvybR4s3phKHrWxL3yc/wVLDo =
616616go.opentelemetry.io/collector/pdata v1.46.0 /go.mod h1:D2e3BWCUC/bUg29WNzCDVN7Ab0Gzk7hGXZL2pnrDOn0 =
617617go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 h1:RbKq8BG0FI8OiXhBfcRtqqHcZcka+gU3cskNuf05R18 =
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1616 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
1717 github.com/pmezard/go-difflib v1.0.0 // indirect
18- go.opentelemetry.io/collector/featuregate v1.46 .0 // indirect
18+ go.opentelemetry.io/collector/featuregate v1.47 .0 // indirect
1919 go.uber.org/multierr v1.11.0 // indirect
2020 gopkg.in/yaml.v3 v3.0.1 // indirect
2121)
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
2424github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
2525github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
2626github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
27- go.opentelemetry.io/collector/featuregate v1.46 .0 h1:z3JlymFdWW6aDo9cYAJ6bCqT+OI2DlurJ9P8HqfuKWQ =
28- go.opentelemetry.io/collector/featuregate v1.46 .0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
27+ go.opentelemetry.io/collector/featuregate v1.47 .0 h1:LuJnDngViDzPKds5QOGxVYNL1QCCVWN/m61lHTV8Pf4 =
28+ go.opentelemetry.io/collector/featuregate v1.47 .0 /go.mod h1:d0tiRzVYrytB6LkcYgz2ESFTv7OktRPQe0QEQcPt1L4 =
2929go.opentelemetry.io/collector/pdata v1.46.0 h1:XzhnIWNtc/gbOyFiewRvybR4s3phKHrWxL3yc/wVLDo =
3030go.opentelemetry.io/collector/pdata v1.46.0 /go.mod h1:D2e3BWCUC/bUg29WNzCDVN7Ab0Gzk7hGXZL2pnrDOn0 =
3131go.opentelemetry.io/proto/slim/otlp v1.9.0 h1:fPVMv8tP3TrsqlkH1HWYUpbCY9cAIemx184VGkS6vlE =
You can’t perform that action at this time.
0 commit comments