Skip to content
Open
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
2 changes: 1 addition & 1 deletion comp/core/agenttelemetry/def/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/agenttelemetry/def

go 1.25.0
go 1.25.6

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

Expand Down
2 changes: 1 addition & 1 deletion comp/core/agenttelemetry/fx/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/agenttelemetry/fx

go 1.25.0
go 1.25.6

require (
github.com/DataDog/datadog-agent/comp/core/agenttelemetry/def v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion comp/core/agenttelemetry/impl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/agenttelemetry/impl

go 1.25.0
go 1.25.6

require (
github.com/DataDog/datadog-agent/comp/api/api/def v0.72.0-rc.1
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ require (
github.com/google/btree v1.1.3
github.com/google/cel-go v0.27.0
github.com/google/go-cmp v0.7.0
github.com/google/go-containerregistry v0.20.7
github.com/google/go-containerregistry v0.21.2
github.com/google/gofuzz v1.2.0
github.com/google/gopacket v1.1.19
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -545,15 +545,15 @@ require (
github.com/containerd/fifo v1.1.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v1.0.0-rc.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
github.com/containerd/ttrpc v1.2.7 // indirect
github.com/containernetworking/plugins v1.4.1 // indirect
github.com/dennwc/varint v1.0.0 // indirect
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/digitalocean/go-metadata v0.0.0-20250129100319-e3650a3df44b // indirect
github.com/digitalocean/godo v1.171.0 // indirect
github.com/docker/cli v29.2.0+incompatible // indirect
github.com/docker/cli v29.2.1+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker-credential-helpers v0.9.3 // indirect
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum

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

9 changes: 4 additions & 5 deletions pkg/fleet/installer/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/fleet/installer

go 1.25.0
go 1.25.6

require (
cloud.google.com/go/compute/metadata v0.9.0
Expand All @@ -11,7 +11,7 @@ require (
github.com/Microsoft/go-winio v0.6.2
github.com/cenkalti/backoff/v5 v5.0.3
github.com/fatih/color v1.18.0
github.com/google/go-containerregistry v0.20.7
github.com/google/go-containerregistry v0.21.2
github.com/google/uuid v1.6.0
github.com/shirou/gopsutil/v4 v4.26.2
github.com/spf13/cobra v1.10.2
Expand All @@ -30,9 +30,9 @@ require (

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.73.2 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/docker/cli v29.2.0+incompatible // indirect
github.com/docker/cli v29.2.1+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker-credential-helpers v0.9.3 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
Expand All @@ -57,7 +57,6 @@ require (
golang.org/x/oauth2 v0.35.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/time v0.14.0 // indirect
golang.org/x/tools v0.42.0 // indirect
gotest.tools/v3 v3.5.2 // indirect
)

Expand Down
12 changes: 6 additions & 6 deletions pkg/fleet/installer/go.sum

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

4 changes: 2 additions & 2 deletions test/e2e-framework/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/test/e2e-framework

go 1.25.0
go 1.25.6

require (
dario.cat/mergo v1.0.2
Expand All @@ -22,7 +22,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssm v1.67.7
github.com/aws/session-manager-plugin v0.0.0-20241119210807-82dc72922492
github.com/cenkalti/backoff/v5 v5.0.3
github.com/docker/cli v29.2.0+incompatible
github.com/docker/cli v29.2.1+incompatible
github.com/docker/docker v28.5.2+incompatible
github.com/google/gofuzz v1.2.0
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions test/e2e-framework/go.sum

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

8 changes: 4 additions & 4 deletions test/new-e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/test/new-e2e

go 1.25.0
go 1.25.6

// Do not upgrade Pulumi plugins to versions different from `test-infra-definitions`.
// The plugin versions NEED to be aligned.
Expand All @@ -24,7 +24,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssm v1.67.7 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cenkalti/backoff/v5 v5.0.3
github.com/docker/cli v29.2.0+incompatible // indirect
github.com/docker/cli v29.2.1+incompatible // indirect
github.com/docker/docker v28.5.2+incompatible // indirect
github.com/fatih/color v1.18.0
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -227,7 +227,7 @@ require (
github.com/digitalocean/go-libvirt v0.0.0-20240812180835-9c6c0a310c6c
github.com/go-jose/go-jose/v4 v4.1.3
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/google/go-containerregistry v0.20.7
github.com/google/go-containerregistry v0.21.2
github.com/hairyhenderson/go-codeowners v0.7.0
)

Expand Down Expand Up @@ -283,7 +283,7 @@ require (
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/containerd/errdefs v1.0.0 // indirect
github.com/containerd/errdefs/pkg v0.3.0 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/dave/dst v0.27.3 // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
Expand Down
12 changes: 6 additions & 6 deletions test/new-e2e/go.sum

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

8 changes: 4 additions & 4 deletions tools/build-ddot-byoc/go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module github.com/DataDog/datadog-agent/tools/build-ddot-byoc

go 1.25.0
go 1.25.6

require (
github.com/google/go-containerregistry v0.20.7
github.com/google/go-containerregistry v0.21.2
github.com/klauspost/compress v1.18.4
)

require (
cloud.google.com/go/compute/metadata v0.9.0 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/docker/cli v29.2.0+incompatible // indirect
github.com/docker/cli v29.2.1+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker-credential-helpers v0.9.3 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions tools/build-ddot-byoc/go.sum

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