Skip to content

Commit cf68147

Browse files
go mod tidy, make genotelcontribcol and make genoteltestbedcol
1 parent 5747575 commit cf68147

File tree

19 files changed

+236
-240
lines changed

19 files changed

+236
-240
lines changed

connector/datadogconnector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector
22

3-
go 1.23.0
3+
go 1.23.8
44

55
require (
66
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.67.0-devel.0.20250422212611-65be868f4270
@@ -137,7 +137,7 @@ require (
137137
github.com/DataDog/viper v1.14.0 // indirect
138138
github.com/DataDog/zstd v1.5.6 // indirect
139139
github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f // indirect
140-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
140+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
141141
github.com/Microsoft/go-winio v0.6.2 // indirect
142142
github.com/alecthomas/participle/v2 v2.1.4 // indirect
143143
github.com/antchfx/xmlquery v1.4.4 // indirect

connector/datadogconnector/go.sum

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

exporter/datadogexporter/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter
22

3-
go 1.23.0
3+
go 1.23.8
44

55
require (
66
github.com/DataDog/agent-payload/v5 v5.0.154
@@ -37,7 +37,7 @@ require (
3737
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.27.1
3838
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.27.1
3939
github.com/DataDog/sketches-go v1.4.7 // indirect
40-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
40+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
4141
github.com/aws/aws-sdk-go v1.55.7 // indirect
4242
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
4343
github.com/google/go-cmp v0.7.0 // indirect

exporter/datadogexporter/go.sum

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

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter/integrationtest
22

3-
go 1.23.0
3+
go 1.23.8
44

55
require (
66
github.com/DataDog/agent-payload/v5 v5.0.154
@@ -141,7 +141,7 @@ require (
141141
github.com/DataDog/viper v1.14.0 // indirect
142142
github.com/DataDog/zstd v1.5.6 // indirect
143143
github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f // indirect
144-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
144+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
145145
github.com/Microsoft/go-winio v0.6.2 // indirect
146146
github.com/alecthomas/participle/v2 v2.1.4 // indirect
147147
github.com/antchfx/xmlquery v1.4.4 // indirect

exporter/datadogexporter/integrationtest/go.sum

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

exporter/googlecloudexporter/go.mod

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudexporter
22

3-
go 1.23.0
3+
go 1.23.8
44

55
require (
66
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.52.0
@@ -14,33 +14,33 @@ require (
1414
go.opentelemetry.io/collector/featuregate v1.33.1-0.20250602081514-8568c97b0d15
1515
go.opentelemetry.io/collector/pdata v1.33.1-0.20250602081514-8568c97b0d15
1616
go.uber.org/goleak v1.3.0
17-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a
17+
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2
1818
)
1919

2020
require (
21-
cloud.google.com/go v0.118.0 // indirect
22-
cloud.google.com/go/auth v0.14.0 // indirect
23-
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
24-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
21+
cloud.google.com/go v0.120.0 // indirect
22+
cloud.google.com/go/auth v0.16.1 // indirect
23+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
24+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2525
cloud.google.com/go/logging v1.13.0 // indirect
26-
cloud.google.com/go/longrunning v0.6.4 // indirect
27-
cloud.google.com/go/monitoring v1.22.1 // indirect
28-
cloud.google.com/go/trace v1.11.3 // indirect
29-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.27.0 // indirect
30-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
26+
cloud.google.com/go/longrunning v0.6.7 // indirect
27+
cloud.google.com/go/monitoring v1.24.2 // indirect
28+
cloud.google.com/go/trace v1.11.6 // indirect
29+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28.0 // indirect
30+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0 // indirect
3131
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
32-
github.com/davecgh/go-spew v1.1.1 // indirect
32+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3333
github.com/felixge/httpsnoop v1.0.4 // indirect
3434
github.com/fsnotify/fsnotify v1.8.0 // indirect
35-
github.com/go-logr/logr v1.4.2 // indirect
35+
github.com/go-logr/logr v1.4.3 // indirect
3636
github.com/go-logr/stdr v1.2.2 // indirect
3737
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3838
github.com/gobwas/glob v0.2.3 // indirect
3939
github.com/gogo/protobuf v1.3.2 // indirect
4040
github.com/google/s2a-go v0.1.9 // indirect
4141
github.com/google/uuid v1.6.0 // indirect
42-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
43-
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
42+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
43+
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
4444
github.com/hashicorp/go-version v1.7.0 // indirect
4545
github.com/json-iterator/go v1.1.12 // indirect
4646
github.com/knadh/koanf/maps v0.1.2 // indirect
@@ -50,7 +50,7 @@ require (
5050
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5151
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5252
github.com/modern-go/reflect2 v1.0.2 // indirect
53-
github.com/pmezard/go-difflib v1.0.0 // indirect
53+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5454
github.com/tidwall/gjson v1.18.0 // indirect
5555
github.com/tidwall/match v1.1.1 // indirect
5656
github.com/tidwall/pretty v1.2.1 // indirect
@@ -72,8 +72,8 @@ require (
7272
go.opentelemetry.io/collector/receiver/xreceiver v0.127.1-0.20250602081514-8568c97b0d15 // indirect
7373
go.opentelemetry.io/collector/semconv v0.127.1-0.20250602081514-8568c97b0d15 // indirect
7474
go.opentelemetry.io/contrib/bridges/otelzap v0.11.0 // indirect
75-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
76-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
75+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
76+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
7777
go.opentelemetry.io/otel v1.36.0 // indirect
7878
go.opentelemetry.io/otel/log v0.12.2 // indirect
7979
go.opentelemetry.io/otel/metric v1.36.0 // indirect
@@ -83,16 +83,16 @@ require (
8383
go.uber.org/atomic v1.11.0 // indirect
8484
go.uber.org/multierr v1.11.0 // indirect
8585
go.uber.org/zap v1.27.0 // indirect
86-
golang.org/x/crypto v0.37.0 // indirect
87-
golang.org/x/net v0.39.0 // indirect
88-
golang.org/x/oauth2 v0.28.0 // indirect
89-
golang.org/x/sync v0.13.0 // indirect
86+
golang.org/x/crypto v0.38.0 // indirect
87+
golang.org/x/net v0.40.0 // indirect
88+
golang.org/x/oauth2 v0.30.0 // indirect
89+
golang.org/x/sync v0.14.0 // indirect
9090
golang.org/x/sys v0.33.0 // indirect
91-
golang.org/x/text v0.24.0 // indirect
92-
golang.org/x/time v0.9.0 // indirect
93-
google.golang.org/api v0.216.0 // indirect
94-
google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422 // indirect
95-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
91+
golang.org/x/text v0.25.0 // indirect
92+
golang.org/x/time v0.11.0 // indirect
93+
google.golang.org/api v0.234.0 // indirect
94+
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
95+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
9696
google.golang.org/grpc v1.72.2 // indirect
9797
google.golang.org/protobuf v1.36.6 // indirect
9898
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)