Skip to content
Merged
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
14 changes: 7 additions & 7 deletions LICENSE-3rdparty.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deps/go.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ use_repo(
"com_github_alecthomas_participle",
"com_github_alecthomas_units",
"com_github_alessio_shellescape",
"com_github_aptly_dev_aptly",
"com_github_aquasecurity_trivy",
"com_github_aquasecurity_trivy_db",
"com_github_avast_retry_go_v4",
Expand Down Expand Up @@ -110,7 +111,6 @@ use_repo(
"com_github_cyphar_filepath_securejoin",
"com_github_data_dog_go_sqlmock",
"com_github_datadog_agent_payload_v5",
"com_github_datadog_aptly",
"com_github_datadog_datadog_agent_comp_otelcol_collector_contrib_impl",
"com_github_datadog_datadog_agent_comp_otelcol_logsagentpipeline",
"com_github_datadog_datadog_agent_comp_otelcol_otlp_components_exporter_datadogexporter",
Expand Down
21 changes: 9 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent

go 1.25.8
go 1.25.9

// v0.8.0 was tagged long ago, and appared on pkg.go.dev. We do not want any tagged version
// to appear there. The trick to accomplish this is to make a new version (in this case v0.9.0)
Expand Down Expand Up @@ -182,7 +182,7 @@ require (
github.com/Microsoft/go-winio v0.6.2
github.com/Microsoft/hcsshim v0.13.0
github.com/NVIDIA/go-nvml v0.13.0-1.0.20260414000254-c617db04ef8e
github.com/ProtonMail/go-crypto v1.3.0
github.com/ProtonMail/go-crypto v1.4.1
github.com/acobaugh/osrelease v0.1.0
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
github.com/aquasecurity/trivy v0.70.0
Expand Down Expand Up @@ -466,7 +466,6 @@ require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
github.com/DataDog/aptly v1.5.3
github.com/DataDog/datadog-agent/comp/core/agenttelemetry/impl v0.0.0 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets/impl v0.70.0
github.com/DataDog/datadog-agent/comp/core/secrets/utils v0.72.0-devel
Expand Down Expand Up @@ -632,7 +631,7 @@ require (
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jaegertracing/jaeger-idl v0.6.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jlaffaye/ftp v0.1.0 // indirect
github.com/jlaffaye/ftp v0.2.0 // indirect
github.com/jonboulle/clockwork v0.5.0
github.com/josharian/intern v1.0.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
Expand Down Expand Up @@ -667,7 +666,7 @@ require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mattn/go-shellwords v1.0.12 // indirect
github.com/mattn/go-shellwords v1.0.13 // indirect
github.com/mdlayher/kobject v0.0.0-20200520190114-19ca17470d7d // indirect
github.com/mdlayher/socket v0.6.0 // indirect
github.com/mdlayher/vsock v1.2.1
Expand Down Expand Up @@ -751,7 +750,6 @@ require (
github.com/outcaste-io/ristretto v0.2.3 // indirect
github.com/ovh/go-ovh v1.9.0 // indirect
github.com/package-url/packageurl-go v0.1.3 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
Expand All @@ -768,7 +766,7 @@ require (
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/rs/cors v1.11.1 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/rs/zerolog v1.35.1 // indirect
github.com/rust-secure-code/go-rustaudit v0.0.0-20250226111315-e20ec32e963c // indirect
github.com/samber/oops v1.18.1 // indirect
github.com/sassoftware/go-rpmutils v0.4.0
Expand Down Expand Up @@ -963,6 +961,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/kubernetes/apiserver/common/namespace v0.77.0-devel.0.20260211235139-a5361978c2b6
github.com/DataDog/ddtrivy v0.0.0-20260115083325-07614fb0b8d5
github.com/DataDog/rshell v0.0.14
github.com/aptly-dev/aptly v1.6.3-0.20260504093056-0d31298f3709
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.41.6
github.com/aws/aws-sdk-go-v2/service/ssm v1.68.5
github.com/aymerick/raymond v2.0.2+incompatible
Expand Down Expand Up @@ -1050,7 +1049,6 @@ require (
github.com/boombuler/barcode v1.0.1 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
Expand Down Expand Up @@ -1190,6 +1188,7 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/saracen/walker v0.1.2 // indirect
github.com/sasha-s/go-deadlock v0.3.5 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.5.4 // indirect
Expand Down Expand Up @@ -1249,10 +1248,8 @@ replace github.com/aquasecurity/trivy => github.com/DataDog/trivy v0.0.0-2026051
// Pin to the 28.x branch head which includes the backported security fixes (not yet tagged).
replace github.com/docker/docker => github.com/docker/docker v28.5.3-0.20260325154711-31a1689cb0a1+incompatible

// Prevent dependencies to be bumped by Trivy
// github.com/DataDog/aptly@v1.5.3 depends on gopenpgp/v2, so we use latest version of go-crypto before the move to gopenpgp/v3
// Updated to v1.3.0 for secret-generic-connector gopenpgp/v3 compatibility
replace github.com/ProtonMail/go-crypto => github.com/ProtonMail/go-crypto v1.3.0
// use synced version of aptly fork without module rename
replace github.com/aptly-dev/aptly => github.com/DataDog/aptly v1.4.1-0.20260507130549-83af7604fdc9

// Prevent a false-positive detection by the Google and Ikarus security vendors on VirusTotal
exclude go.opentelemetry.io/proto/otlp v1.1.0
Expand Down
Loading
Loading