Skip to content

Commit

Permalink
fix(deps): update all github.com/datadog packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent dc399af commit 497ecc2
Show file tree
Hide file tree
Showing 8 changed files with 209 additions and 23 deletions.
2 changes: 1 addition & 1 deletion connector/datadogconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,4 @@ replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experiment
replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog => ../../pkg/datadog

// pin github.com/DataDog/datadog-api-client-go/v2 version, it will be removed soon
replace github.com/DataDog/datadog-api-client-go/v2 => github.com/DataDog/datadog-api-client-go/v2 v2.31.0
replace github.com/DataDog/datadog-api-client-go/v2 => github.com/DataDog/datadog-api-client-go/v2 v2.33.0
58 changes: 56 additions & 2 deletions connector/datadogconnector/go.sum

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

6 changes: 3 additions & 3 deletions exporter/datadogexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datado
go 1.22.0

require (
github.com/DataDog/agent-payload/v5 v5.0.136
github.com/DataDog/agent-payload/v5 v5.0.137
github.com/DataDog/datadog-agent/comp/core/config v0.59.0
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.59.0
github.com/DataDog/datadog-agent/comp/core/log v0.56.2
Expand All @@ -28,7 +28,7 @@ require (
github.com/DataDog/datadog-agent/pkg/trace v0.59.0
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.59.0
github.com/DataDog/datadog-agent/pkg/util/startstop v0.59.0 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.31.0
github.com/DataDog/datadog-api-client-go/v2 v2.33.0
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.21.0
Expand Down Expand Up @@ -456,7 +456,7 @@ exclude github.com/DataDog/agent-payload/v5 v5.0.59
replace github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20180801171038-322a19404e37

// pin github.com/DataDog/datadog-api-client-go/v2 version, it will be removed soon
replace github.com/DataDog/datadog-api-client-go/v2 => github.com/DataDog/datadog-api-client-go/v2 v2.31.0
replace github.com/DataDog/datadog-api-client-go/v2 => github.com/DataDog/datadog-api-client-go/v2 v2.33.0

replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest => ../../pkg/pdatatest

Expand Down
Loading

0 comments on commit 497ecc2

Please sign in to comment.