Skip to content

Commit 1beed1e

Browse files
Bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
Bumps [github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) from 1.15.2 to 1.31.0. - [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases) - [Commits](GoogleCloudPlatform/opentelemetry-operations-go@detectors/gcp/v1.15.2...detectors/gcp/v1.31.0) --- updated-dependencies: - dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd5c49b commit 1beed1e

2 files changed

Lines changed: 48 additions & 19 deletions

File tree

exporter/datadogexporter/go.mod

Lines changed: 7 additions & 8 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.19
3+
go 1.24.0
44

55
require (
66
github.com/DataDog/agent-payload/v5 v5.0.88
@@ -12,7 +12,7 @@ require (
1212
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.5.1
1313
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.5.1
1414
github.com/DataDog/sketches-go v1.4.2
15-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.15.2
15+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0
1616
github.com/aws/aws-sdk-go v1.44.295
1717
github.com/cenkalti/backoff/v4 v4.2.1
1818
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.81.0
@@ -24,7 +24,7 @@ require (
2424
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.81.0
2525
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.81.0
2626
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.81.0
27-
github.com/stretchr/testify v1.8.4
27+
github.com/stretchr/testify v1.11.1
2828
go.opentelemetry.io/collector v0.81.0
2929
go.opentelemetry.io/collector/component v0.81.0
3030
go.opentelemetry.io/collector/config/confignet v0.81.0
@@ -49,8 +49,7 @@ require (
4949
)
5050

5151
require (
52-
cloud.google.com/go/compute v1.20.0 // indirect
53-
cloud.google.com/go/compute/metadata v0.2.4-0.20230617002413-005d2dfb6b68 // indirect
52+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
5453
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
5554
github.com/DataDog/datadog-agent/pkg/obfuscate v0.46.0-rc.2 // indirect
5655
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.46.0-rc.2 // indirect
@@ -98,7 +97,7 @@ require (
9897
github.com/golang/protobuf v1.5.3 // indirect
9998
github.com/golang/snappy v0.0.4 // indirect
10099
github.com/google/gnostic v0.5.7-v3refs // indirect
101-
github.com/google/go-cmp v0.5.9 // indirect
100+
github.com/google/go-cmp v0.7.0 // indirect
102101
github.com/google/gofuzz v1.2.0 // indirect
103102
github.com/google/uuid v1.3.0 // indirect
104103
github.com/hashicorp/consul/api v1.22.0 // indirect
@@ -159,7 +158,7 @@ require (
159158
github.com/shoenig/go-m1cpu v0.1.6 // indirect
160159
github.com/spf13/cobra v1.7.0 // indirect
161160
github.com/spf13/pflag v1.0.5 // indirect
162-
github.com/stretchr/objx v0.5.0 // indirect
161+
github.com/stretchr/objx v0.5.2 // indirect
163162
github.com/tinylib/msgp v1.1.8 // indirect
164163
github.com/tklauser/go-sysconf v0.3.11 // indirect
165164
github.com/tklauser/numcpus v0.6.0 // indirect
@@ -191,7 +190,7 @@ require (
191190
golang.org/x/mod v0.11.0 // indirect
192191
golang.org/x/net v0.11.0 // indirect
193192
golang.org/x/oauth2 v0.9.0 // indirect
194-
golang.org/x/sys v0.9.0 // indirect
193+
golang.org/x/sys v0.36.0 // indirect
195194
golang.org/x/term v0.9.0 // indirect
196195
golang.org/x/text v0.10.0 // indirect
197196
golang.org/x/time v0.3.0 // indirect

0 commit comments

Comments
 (0)