Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update All github.com/datadog packages to v0.62.2 #37838

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions internal/datadog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/datado
go 1.22.0

require (
github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.62.1
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.62.1
github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.62.2
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.62.2
github.com/DataDog/datadog-api-client-go/v2 v2.35.0
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.25.0
Expand Down Expand Up @@ -40,26 +40,26 @@ require (

require (
cloud.google.com/go/compute/metadata v0.5.2 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/mock v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/structure v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.62.1 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.62.1 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/mock v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/structure v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.62.2 // indirect
github.com/DataDog/sketches-go v1.4.6 // indirect
github.com/DataDog/viper v1.14.0 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
Expand Down
116 changes: 58 additions & 58 deletions internal/datadog/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading