Skip to content

Commit e90cbae

Browse files
[dependabot skip] Auto-generate go.sum and LICENSE-3rdparty.csv changes
This commit was created from the local commit with hash 6182b3fca4e54b462d6220497e2b8ddf736f5c44.
1 parent 30bf6b4 commit e90cbae

File tree

32 files changed

+48
-48
lines changed

32 files changed

+48
-48
lines changed

comp/otelcol/collector-contrib/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
7373
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
7474
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
75-
github.com/DataDog/agent-payload/v5 v5.0.177 // indirect
75+
github.com/DataDog/agent-payload/v5 v5.0.178 // indirect
7676
github.com/DataDog/datadog-agent/comp/api/api/def v0.73.0-rc.9 // indirect
7777
github.com/DataDog/datadog-agent/comp/core/config v0.73.0-rc.9 // indirect
7878
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.73.0-rc.9 // indirect

comp/otelcol/collector-contrib/impl/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.

comp/otelcol/ddflareextension/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
7979
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
8080
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
81-
github.com/DataDog/agent-payload/v5 v5.0.177 // indirect
81+
github.com/DataDog/agent-payload/v5 v5.0.178 // indirect
8282
github.com/DataDog/datadog-agent/comp/api/api/def v0.73.0-rc.9 // indirect
8383
github.com/DataDog/datadog-agent/comp/core/config v0.73.0-rc.9 // indirect
8484
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.73.0-rc.9 // indirect

comp/otelcol/ddflareextension/impl/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.

comp/otelcol/logsagentpipeline/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.64.0-rc.3
66

77
require (
8-
github.com/DataDog/agent-payload/v5 v5.0.177 // indirect
8+
github.com/DataDog/agent-payload/v5 v5.0.178 // indirect
99
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.64.0-rc.3 // indirect
1010
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.64.0-rc.3 // indirect
1111
github.com/DataDog/datadog-agent/comp/core/secrets/def v0.72.0-rc.1 // indirect

comp/otelcol/logsagentpipeline/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.

comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
)
3131

3232
require (
33-
github.com/DataDog/agent-payload/v5 v5.0.177 // indirect
33+
github.com/DataDog/agent-payload/v5 v5.0.178 // indirect
3434
github.com/DataDog/datadog-agent/comp/api/api/def v0.72.0-rc.1 // indirect
3535
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.64.0-rc.3 // indirect
3636
github.com/DataDog/datadog-agent/comp/core/flare/types v0.72.0-rc.1 // indirect

comp/otelcol/logsagentpipeline/logsagentpipelineimpl/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.

comp/otelcol/otlp/components/exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
require go.yaml.in/yaml/v2 v2.4.3 // indirect
4343

4444
require (
45-
github.com/DataDog/agent-payload/v5 v5.0.177 // indirect
45+
github.com/DataDog/agent-payload/v5 v5.0.178 // indirect
4646
github.com/DataDog/datadog-agent/comp/api/api/def v0.73.0-rc.9 // indirect
4747
github.com/DataDog/datadog-agent/comp/core/config v0.73.0-rc.9 // indirect
4848
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.73.0-rc.9 // indirect

comp/otelcol/otlp/components/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.

0 commit comments

Comments
 (0)