Skip to content

Commit 33b3bd0

Browse files
[dependabot skip] Auto-generate go.sum and LICENSE-3rdparty.csv changes
This commit was created from the local commit with hash 6855663129f0761e506959fcb373e9f7753d0a44.
1 parent 1492d11 commit 33b3bd0

File tree

11 files changed

+34
-35
lines changed

11 files changed

+34
-35
lines changed

comp/core/agenttelemetry/def/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-agent/comp/core/agenttelemetry/def
22

3-
go 1.25.0
3+
go 1.25.6
44

55
require github.com/DataDog/datadog-agent/pkg/fleet/installer v0.70.0
66

comp/core/agenttelemetry/fx/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-agent/comp/core/agenttelemetry/fx
22

3-
go 1.25.0
3+
go 1.25.6
44

55
require (
66
github.com/DataDog/datadog-agent/comp/core/agenttelemetry/def v0.0.0

comp/core/agenttelemetry/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-agent/comp/core/agenttelemetry/impl
22

3-
go 1.25.0
3+
go 1.25.6
44

55
require (
66
github.com/DataDog/datadog-agent/comp/api/api/def v0.72.0-rc.1

pkg/fleet/installer/go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-agent/pkg/fleet/installer
22

3-
go 1.25.0
3+
go 1.25.6
44

55
require (
66
cloud.google.com/go/compute/metadata v0.9.0
@@ -11,7 +11,7 @@ require (
1111
github.com/Microsoft/go-winio v0.6.2
1212
github.com/cenkalti/backoff/v5 v5.0.3
1313
github.com/fatih/color v1.18.0
14-
github.com/google/go-containerregistry v0.20.7
14+
github.com/google/go-containerregistry v0.21.2
1515
github.com/google/uuid v1.6.0
1616
github.com/shirou/gopsutil/v4 v4.26.2
1717
github.com/spf13/cobra v1.10.2
@@ -30,9 +30,9 @@ require (
3030

3131
require (
3232
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.73.2 // indirect
33-
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
33+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
3434
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35-
github.com/docker/cli v29.0.3+incompatible // indirect
35+
github.com/docker/cli v29.2.1+incompatible // indirect
3636
github.com/docker/distribution v2.8.3+incompatible // indirect
3737
github.com/docker/docker-credential-helpers v0.9.3 // indirect
3838
github.com/ebitengine/purego v0.10.0 // indirect
@@ -57,7 +57,6 @@ require (
5757
golang.org/x/oauth2 v0.35.0 // indirect
5858
golang.org/x/sync v0.19.0 // indirect
5959
golang.org/x/time v0.14.0 // indirect
60-
golang.org/x/tools v0.42.0 // indirect
6160
gotest.tools/v3 v3.5.2 // indirect
6261
)
6362

pkg/fleet/installer/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e-framework/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/ssm v1.67.7
2323
github.com/aws/session-manager-plugin v0.0.0-20241119210807-82dc72922492
2424
github.com/cenkalti/backoff/v5 v5.0.3
25-
github.com/docker/cli v29.0.3+incompatible
25+
github.com/docker/cli v29.2.1+incompatible
2626
github.com/docker/docker v28.5.2+incompatible
2727
github.com/google/gofuzz v1.2.0
2828
github.com/google/uuid v1.6.0

test/e2e-framework/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.

test/new-e2e/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/aws/aws-sdk-go-v2/service/ssm v1.67.7 // indirect
2525
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
2626
github.com/cenkalti/backoff/v5 v5.0.3
27-
github.com/docker/cli v29.0.3+incompatible // indirect
27+
github.com/docker/cli v29.2.1+incompatible // indirect
2828
github.com/docker/docker v28.5.2+incompatible // indirect
2929
github.com/fatih/color v1.18.0
3030
github.com/google/uuid v1.6.0
@@ -226,7 +226,7 @@ require (
226226
github.com/aws/aws-sdk-go-v2/service/s3 v1.93.1
227227
github.com/digitalocean/go-libvirt v0.0.0-20240812180835-9c6c0a310c6c
228228
github.com/go-viper/mapstructure/v2 v2.5.0
229-
github.com/google/go-containerregistry v0.20.7
229+
github.com/google/go-containerregistry v0.21.2
230230
github.com/hairyhenderson/go-codeowners v0.7.0
231231
)
232232

@@ -282,7 +282,7 @@ require (
282282
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
283283
github.com/containerd/errdefs v1.0.0 // indirect
284284
github.com/containerd/errdefs/pkg v0.3.0 // indirect
285-
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
285+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
286286
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
287287
github.com/dave/dst v0.27.3 // indirect
288288
github.com/docker/distribution v2.8.3+incompatible // indirect

test/new-e2e/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/build-ddot-byoc/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module github.com/DataDog/datadog-agent/tools/build-ddot-byoc
33
go 1.25.6
44

55
require (
6-
github.com/google/go-containerregistry v0.20.7
6+
github.com/google/go-containerregistry v0.21.2
77
github.com/klauspost/compress v1.18.4
88
)
99

1010
require (
1111
cloud.google.com/go/compute/metadata v0.9.0 // indirect
12-
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
12+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
1313
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
14-
github.com/docker/cli v29.0.3+incompatible // indirect
14+
github.com/docker/cli v29.2.1+incompatible // indirect
1515
github.com/docker/distribution v2.8.3+incompatible // indirect
1616
github.com/docker/docker-credential-helpers v0.9.3 // indirect
1717
github.com/mitchellh/go-homedir v1.1.0 // indirect

0 commit comments

Comments
 (0)