File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee
10
10
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.25.0
11
11
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.25.0
12
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25 .0
12
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26 .0
13
13
github.com/aws/aws-sdk-go-v2 v1.36.1
14
14
github.com/aws/aws-sdk-go-v2/config v1.29.6
15
15
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28
@@ -39,7 +39,7 @@ require (
39
39
)
40
40
41
41
require (
42
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
42
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
43
43
github.com/DataDog/datadog-agent/comp/core/secrets v0.62.2 // indirect
44
44
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.62.2 // indirect
45
45
github.com/DataDog/datadog-agent/pkg/config/env v0.62.2 // indirect
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
24
24
)
25
25
26
26
require (
27
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
27
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
28
28
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-devel // indirect
29
29
github.com/DataDog/datadog-agent/pkg/util/log v0.62.2 // indirect
30
30
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.62.2 // indirect
@@ -35,7 +35,7 @@ require (
35
35
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.25.0 // indirect
36
36
github.com/DataDog/sketches-go v1.4.6 // indirect
37
37
github.com/DataDog/zstd v1.5.2 // indirect
38
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25 .0 // indirect
38
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26 .0 // indirect
39
39
github.com/aws/aws-sdk-go-v2 v1.36.1 // indirect
40
40
github.com/aws/aws-sdk-go-v2/config v1.29.6 // indirect
41
41
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
You can’t perform that action at this time.
0 commit comments