Skip to content

Commit b12919f

Browse files
fix(deps): update module github.com/datadog/datadog-api-client-go/v2 to v2.56.0 (#46611)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/DataDog/datadog-api-client-go/v2](https://redirect.github.com/DataDog/datadog-api-client-go) | `v2.55.0` → `v2.56.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.56.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-api-client-go%2fv2/v2.55.0/v2.56.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/20907) for more information. --- ### Release Notes <details> <summary>DataDog/datadog-api-client-go (github.com/DataDog/datadog-api-client-go/v2)</summary> ### [`v2.56.0`](https://redirect.github.com/DataDog/datadog-api-client-go/releases/tag/v2.56.0) [Compare Source](https://redirect.github.com/DataDog/datadog-api-client-go/compare/v2.55.0...v2.56.0) See ./CHANGELOG.md for details </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent a6ac429 commit b12919f

18 files changed

Lines changed: 27 additions & 27 deletions

File tree

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ require (
129129
github.com/DataDog/datadog-agent/pkg/util/system v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
130130
github.com/DataDog/datadog-agent/pkg/util/winutil v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
131131
github.com/DataDog/datadog-agent/pkg/version v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
132-
github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect
132+
github.com/DataDog/datadog-api-client-go/v2 v2.56.0 // indirect
133133
github.com/DataDog/datadog-go/v5 v5.8.3 // indirect
134134
github.com/DataDog/go-sqllexer v0.1.12 // indirect
135135
github.com/DataDog/go-tuf v1.1.1-0.5.2 // 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/DataDog/datadog-agent/pkg/trace/log v0.77.0-devel.0.20260213154712-e02b9359151a
2424
github.com/DataDog/datadog-agent/pkg/util/log v0.77.0-devel.0.20260213154712-e02b9359151a
2525
github.com/DataDog/datadog-agent/pkg/util/quantile v0.77.0-devel.0.20260213154712-e02b9359151a
26-
github.com/DataDog/datadog-api-client-go/v2 v2.55.0
26+
github.com/DataDog/datadog-api-client-go/v2 v2.56.0
2727
github.com/DataDog/datadog-go/v5 v5.8.3
2828
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.147.0
2929
github.com/open-telemetry/opentelemetry-collector-contrib/internal/datadog v0.147.0

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ require (
138138
github.com/DataDog/datadog-agent/pkg/util/system v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
139139
github.com/DataDog/datadog-agent/pkg/util/winutil v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
140140
github.com/DataDog/datadog-agent/pkg/version v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
141-
github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect
141+
github.com/DataDog/datadog-api-client-go/v2 v2.56.0 // indirect
142142
github.com/DataDog/datadog-go/v5 v5.8.3 // indirect
143143
github.com/DataDog/go-sqllexer v0.1.12 // indirect
144144
github.com/DataDog/go-tuf v1.1.1-0.5.2 // 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.

extension/datadogextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ require (
9696
github.com/DataDog/datadog-agent/pkg/util/system v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
9797
github.com/DataDog/datadog-agent/pkg/util/winutil v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
9898
github.com/DataDog/datadog-agent/pkg/version v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
99-
github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect
99+
github.com/DataDog/datadog-api-client-go/v2 v2.56.0 // indirect
100100
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee // indirect
101101
github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect
102102
github.com/DataDog/sketches-go v1.4.7 // indirect

extension/datadogextension/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.

internal/datadog/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ require (
139139
github.com/DataDog/datadog-agent/pkg/util/system v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
140140
github.com/DataDog/datadog-agent/pkg/util/winutil v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
141141
github.com/DataDog/datadog-agent/pkg/version v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
142-
github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect
142+
github.com/DataDog/datadog-api-client-go/v2 v2.56.0 // indirect
143143
github.com/DataDog/datadog-go/v5 v5.8.3 // indirect
144144
github.com/DataDog/go-sqllexer v0.1.12 // indirect
145145
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect

internal/datadog/e2e/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.

0 commit comments

Comments
 (0)