Skip to content

Commit 850ea8d

Browse files
fix(deps): update module go.opentelemetry.io/collector/component to v1.37.0
1 parent e2b68b6 commit 850ea8d

File tree

151 files changed

+2785
-17660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+2785
-17660
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/yl2chen/cidranger v1.0.2
3535
go.mongodb.org/mongo-driver/v2 v2.2.3
3636
go.opentelemetry.io/auto/sdk v1.1.0
37-
go.opentelemetry.io/collector/component v1.36.1
37+
go.opentelemetry.io/collector/component v1.37.0
3838
go.opentelemetry.io/collector/config/configgrpc v0.130.1
3939
go.opentelemetry.io/collector/config/confighttp v0.130.1
4040
go.opentelemetry.io/collector/config/configopaque v1.36.1
@@ -45,11 +45,11 @@ require (
4545
go.opentelemetry.io/collector/exporter v0.130.1
4646
go.opentelemetry.io/collector/exporter/otlpexporter v0.130.1
4747
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.130.1
48-
go.opentelemetry.io/collector/pdata v1.36.1
48+
go.opentelemetry.io/collector/pdata v1.37.0
4949
go.opentelemetry.io/contrib/detectors/aws/ec2 v1.28.0
5050
go.opentelemetry.io/contrib/detectors/aws/eks v1.28.0
5151
go.opentelemetry.io/contrib/detectors/azure/azurevm v0.0.1
52-
go.opentelemetry.io/contrib/detectors/gcp v1.35.0
52+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0
5353
go.opentelemetry.io/otel v1.37.0
5454
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.34.0
5555
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.34.0
@@ -65,7 +65,7 @@ require (
6565
golang.org/x/net v0.41.0
6666
golang.org/x/sync v0.16.0
6767
golang.org/x/sys v0.34.0
68-
google.golang.org/grpc v1.73.0
68+
google.golang.org/grpc v1.74.2
6969
google.golang.org/protobuf v1.36.7
7070
gopkg.in/yaml.v3 v3.0.1
7171
k8s.io/api v0.33.3
@@ -76,7 +76,7 @@ require (
7676
)
7777

7878
require (
79-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
79+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
8080
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
8181
github.com/aws/aws-sdk-go v1.54.13 // indirect
8282
github.com/beorn7/perks v1.0.1 // indirect
@@ -128,7 +128,7 @@ require (
128128
github.com/mitchellh/reflectwalk v1.0.2 // indirect
129129
github.com/moby/spdystream v0.5.0 // indirect
130130
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
131-
github.com/modern-go/reflect2 v1.0.2 // indirect
131+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
132132
github.com/mostynb/go-grpc-compression v1.2.3 // indirect
133133
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
134134
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
@@ -163,11 +163,11 @@ require (
163163
go.opentelemetry.io/collector/extension/extensionauth v1.36.1 // indirect
164164
go.opentelemetry.io/collector/extension/extensionmiddleware v0.130.1 // indirect
165165
go.opentelemetry.io/collector/extension/xextension v0.130.1 // indirect
166-
go.opentelemetry.io/collector/featuregate v1.36.1 // indirect
167-
go.opentelemetry.io/collector/internal/telemetry v0.130.1 // indirect
166+
go.opentelemetry.io/collector/featuregate v1.37.0 // indirect
167+
go.opentelemetry.io/collector/internal/telemetry v0.131.0 // indirect
168168
go.opentelemetry.io/collector/pdata/pprofile v0.130.1 // indirect
169169
go.opentelemetry.io/collector/pdata/xpdata v0.130.1 // indirect
170-
go.opentelemetry.io/collector/pipeline v0.130.1 // indirect
170+
go.opentelemetry.io/collector/pipeline v0.131.0 // indirect
171171
go.opentelemetry.io/collector/pipeline/xpipeline v0.130.1 // indirect
172172
go.opentelemetry.io/contrib/bridges/otelzap v0.12.0 // indirect
173173
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
@@ -184,7 +184,7 @@ require (
184184
golang.org/x/text v0.27.0 // indirect
185185
golang.org/x/time v0.9.0 // indirect
186186
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
187-
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
187+
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
188188
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
189189
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
190190
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cloud.google.com/go/compute/metadata v0.6.0 h1:A6hENjEsCDtC1k8byVsgwvVcioamEHvZ4j01OwKxG9I=
22
cloud.google.com/go/compute/metadata v0.6.0/go.mod h1:FjyFAW1MW0C203CEOMDTu3Dk1FlqW3Rga40jzHL4hfg=
3+
cloud.google.com/go/compute/metadata v0.7.0 h1:PBWF+iiAerVNe8UCHxdOt6eHLVc3ydFeOCw78U8ytSU=
4+
cloud.google.com/go/compute/metadata v0.7.0/go.mod h1:j5MvL9PprKL39t166CoB1uVHfQMs4tFQZZcKwksXUjo=
35
github.com/AlessandroPomponio/go-gibberish v0.0.0-20191004143433-a2d4156f0396 h1:cKIHT8I2mrmw/VgdyNeACP/AvetK8AgGsiRfOC3ZjmQ=
46
github.com/AlessandroPomponio/go-gibberish v0.0.0-20191004143433-a2d4156f0396/go.mod h1:2VCDG9kHYQ5vfYUqeoB7foVlcvIvB7rp9LxTELLD1qU=
57
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 h1:ErKg/3iS1AKcTkf3yixlZ54f9U1rljCkQyEXWUnIUxc=
@@ -193,6 +195,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
193195
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
194196
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
195197
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
198+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFdJifH4BDsTlE89Zl93FEloxaWZfGcifgq8=
199+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
196200
github.com/mostynb/go-grpc-compression v1.2.3 h1:42/BKWMy0KEJGSdWvzqIyOZ95YcR9mLPqKctH7Uo//I=
197201
github.com/mostynb/go-grpc-compression v1.2.3/go.mod h1:AghIxF3P57umzqM9yz795+y1Vjs47Km/Y2FE6ouQ7Lg=
198202
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
@@ -287,6 +291,8 @@ go.opentelemetry.io/collector/client v1.36.1 h1:3A2m3yPd86+xuT/9OtzkI7bQ4c21UnT8
287291
go.opentelemetry.io/collector/client v1.36.1/go.mod h1:VITlg33x2jkeJmYMjLnNlpClt76iE8pJzKdYEtEOiQA=
288292
go.opentelemetry.io/collector/component v1.36.1 h1:Xcji++1ANq31KuG6/YTn4vPmFZw1n/vJ+eBaFx+zVZU=
289293
go.opentelemetry.io/collector/component v1.36.1/go.mod h1:d/nPfiO3ebliIJkONUZrLAHzXpRNlNt/FHGXaDenVhM=
294+
go.opentelemetry.io/collector/component v1.37.0 h1:yc5X0WhZwlpJ+W8Sg1fpRRjiUu3nByLe1wVOKWWRWRQ=
295+
go.opentelemetry.io/collector/component v1.37.0/go.mod h1:SYHTXOzZLFwX075LEU6FMVBT15reVrwKHNB2En2URro=
290296
go.opentelemetry.io/collector/component/componenttest v0.130.1 h1:dWgl3zE1v6LbP97Mx7Feh5KBV2pxHpQGmmX0LhkSd0Y=
291297
go.opentelemetry.io/collector/component/componenttest v0.130.1/go.mod h1:LyNOhxRbztVmmBtYmiDcCzmUcgQW7OKJ+y8n+Co7Prk=
292298
go.opentelemetry.io/collector/config/configauth v0.130.1 h1:aaEgZuA0XIO/eeA5tpQL0N8K3Dl13ZcwU8KxN9bwIoc=
@@ -351,10 +357,16 @@ go.opentelemetry.io/collector/extension/xextension v0.130.1 h1:ygEs3vS+m05zAxJtf
351357
go.opentelemetry.io/collector/extension/xextension v0.130.1/go.mod h1:xLkHn8OjenNZR+AN17/zYokORmX+yz5M3gOZijSmi4Q=
352358
go.opentelemetry.io/collector/featuregate v1.36.1 h1:E/Fo8pkmlZlolwWKZxT1uuybHPiLem0TWHNUwt/a7v4=
353359
go.opentelemetry.io/collector/featuregate v1.36.1/go.mod h1:Y/KsHbvREENKvvN9RlpiWk/IGBK+CATBYzIIpU7nccc=
360+
go.opentelemetry.io/collector/featuregate v1.37.0 h1:CjsHzjktiqq/dxid4Xkhuf3yD6oB/c7yRBWhokBJqpE=
361+
go.opentelemetry.io/collector/featuregate v1.37.0/go.mod h1:Y/KsHbvREENKvvN9RlpiWk/IGBK+CATBYzIIpU7nccc=
354362
go.opentelemetry.io/collector/internal/telemetry v0.130.1 h1:IWCkiA2bjR1HzWjX7zgUxfQo4Z5DbO65p4JqbOL2MSM=
355363
go.opentelemetry.io/collector/internal/telemetry v0.130.1/go.mod h1:QWpQOh7Xm0gF8GojWc0PXFFtSP0VSRFpQb0nIsRk0rA=
364+
go.opentelemetry.io/collector/internal/telemetry v0.131.0 h1:dqKbiGpcO8V31aWq2GRQLO/eNCs2B1IGS+qbkPFkmyc=
365+
go.opentelemetry.io/collector/internal/telemetry v0.131.0/go.mod h1:TzNVIkIolnk/Jq/3qc4uWhL0bOeaP56jpyrMlUOeA/Y=
356366
go.opentelemetry.io/collector/pdata v1.36.1 h1:aE8TWqjrVbJE8ExayBwJrNaLejYKDjsYs1uG4zSRPWc=
357367
go.opentelemetry.io/collector/pdata v1.36.1/go.mod h1:pttpb089864qG1k0DMeXLgwwTFLk+o3fAW9I6MF9tzw=
368+
go.opentelemetry.io/collector/pdata v1.37.0 h1:aEEpd03GgAS352xntcYMsaxYvRXvzqEWqdrSro+TSh4=
369+
go.opentelemetry.io/collector/pdata v1.37.0/go.mod h1:aE9l1Lcdsg7nmSoiucnWHuPYIk6T0RKzOjPepNJC5AQ=
358370
go.opentelemetry.io/collector/pdata/pprofile v0.130.1 h1:JHas1hUr36jhMCsGZ/EPLxBFeVnov3CWOqsdp8znUng=
359371
go.opentelemetry.io/collector/pdata/pprofile v0.130.1/go.mod h1:9xniy+zXcGfzAydAPju8rx4orG6sXup2k1smsGI06e8=
360372
go.opentelemetry.io/collector/pdata/testdata v0.130.1 h1:JFoGD2GSeLS+bBy3BBz+INm+lR3S09TZnpoGaXqwkg4=
@@ -363,6 +375,8 @@ go.opentelemetry.io/collector/pdata/xpdata v0.130.1 h1:x34+r46FyKUHYjzFZYqrsFp52
363375
go.opentelemetry.io/collector/pdata/xpdata v0.130.1/go.mod h1:QW//7bmm97lI5kaYlOvXbVNtm9Fc3BIlvf3rT4moo8k=
364376
go.opentelemetry.io/collector/pipeline v0.130.1 h1:LgcvTvaVYQ1RUfrJHTdo+Oh3ydnzGBwaFvHgCMx9wKQ=
365377
go.opentelemetry.io/collector/pipeline v0.130.1/go.mod h1:TO02zju/K6E+oFIOdi372Wk0MXd+Szy72zcTsFQwXl4=
378+
go.opentelemetry.io/collector/pipeline v0.131.0 h1:D2PhrZdXxYTVm3fOL6hZMKOhne8wI+2MsgyJNp7TTlk=
379+
go.opentelemetry.io/collector/pipeline v0.131.0/go.mod h1:TO02zju/K6E+oFIOdi372Wk0MXd+Szy72zcTsFQwXl4=
366380
go.opentelemetry.io/collector/pipeline/xpipeline v0.130.1 h1:jhtdrRSTPBPU8gf720YrEdo/tJZiafwXW5oHSZ0oWPo=
367381
go.opentelemetry.io/collector/pipeline/xpipeline v0.130.1/go.mod h1:wDOyK1D1yhbndHglr27DLPw2+CLSPRz0EOnpPOvYwog=
368382
go.opentelemetry.io/collector/receiver v1.36.1 h1:ZbICeR+3QtcnEjne7zZr20Ckply+NfojSCG2w6dSyjQ=
@@ -381,6 +395,8 @@ go.opentelemetry.io/contrib/detectors/azure/azurevm v0.0.1 h1:hgKJ88bL5cTomIlP7V
381395
go.opentelemetry.io/contrib/detectors/azure/azurevm v0.0.1/go.mod h1:nmQyKaRlFYOboU/JGyRb1/9eLpuKYmTFd+rDjrIZTKk=
382396
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 h1:bGvFt68+KTiAKFlacHW6AhA56GF2rS0bdD3aJYEnmzA=
383397
go.opentelemetry.io/contrib/detectors/gcp v1.35.0/go.mod h1:qGWP8/+ILwMRIUf9uIVLloR1uo5ZYAslM4O6OqUi1DA=
398+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 h1:F7q2tNlCaHY9nMKHR6XH9/qkp8FktLnIcy6jJNyOCQw=
399+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0/go.mod h1:IbBN8uAIIx734PTonTPxAxnjc2pQTxWNkwfstZ+6H2k=
384400
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 h1:rbRJ8BBoVMsQShESYZ0FkvcITu8X8QNwJogcLUmDNNw=
385401
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0/go.mod h1:ru6KHrNtNHxM4nD/vd6QrLVWgKhxPYgblq4VAtNawTQ=
386402
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 h1:Hf9xI/XLML9ElpiHVDNwvqI0hIFlzV8dgIr35kV1kRU=
@@ -483,10 +499,14 @@ gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw
483499
gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
484500
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 h1:hE3bRWtU6uceqlh4fhrSnUyjKHMKB9KrTLLG+bc0ddM=
485501
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463/go.mod h1:U90ffi8eUL9MwPcrJylN5+Mk2v3vuPDptd5yyNUiRR8=
502+
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a h1:SGktgSolFCo75dnHJF2yMvnns6jCmHFJ0vE4Vn2JKvQ=
503+
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a/go.mod h1:a77HrdMjoeKbnd2jmgcWdaS++ZLZAEq3orIOAEIKiVw=
486504
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 h1:fc6jSaCT0vBduLYZHYrBBNY4dsWuvgyff9noRNDdBeE=
487505
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
488506
google.golang.org/grpc v1.73.0 h1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok=
489507
google.golang.org/grpc v1.73.0/go.mod h1:50sbHOUqWoCQGI8V2HQLJM0B+LMlIUjNSZmow7EVBQc=
508+
google.golang.org/grpc v1.74.2 h1:WoosgB65DlWVC9FqI82dGsZhWFNBSLjQ84bjROOpMu4=
509+
google.golang.org/grpc v1.74.2/go.mod h1:CtQ+BGjaAIXHs/5YS3i473GqwBBa1zGQNevxdeBEXrM=
490510
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
491511
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
492512
google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=

vendor/cloud.google.com/go/compute/metadata/CHANGES.md

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/compute/metadata/metadata.go

Lines changed: 88 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/compute/metadata/syscheck.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/compute/metadata/syscheck_linux.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/compute/metadata/syscheck_windows.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)