Skip to content

Commit ae90f72

Browse files
committed
use synced aptly
1 parent 6ea347c commit ae90f72

12 files changed

Lines changed: 94 additions & 188 deletions

File tree

LICENSE-3rdparty.csv

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

deps/go.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ use_repo(
6262
"com_github_alecthomas_participle",
6363
"com_github_alecthomas_units",
6464
"com_github_alessio_shellescape",
65+
"com_github_aptly_dev_aptly",
6566
"com_github_aquasecurity_trivy",
6667
"com_github_aquasecurity_trivy_db",
6768
"com_github_avast_retry_go_v4",
@@ -110,7 +111,6 @@ use_repo(
110111
"com_github_cyphar_filepath_securejoin",
111112
"com_github_data_dog_go_sqlmock",
112113
"com_github_datadog_agent_payload_v5",
113-
"com_github_datadog_aptly",
114114
"com_github_datadog_datadog_agent_comp_otelcol_collector_contrib_impl",
115115
"com_github_datadog_datadog_agent_comp_otelcol_logsagentpipeline",
116116
"com_github_datadog_datadog_agent_comp_otelcol_otlp_components_exporter_datadogexporter",

go.mod

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-agent
22

3-
go 1.25.8
3+
go 1.25.9
44

55
// v0.8.0 was tagged long ago, and appared on pkg.go.dev. We do not want any tagged version
66
// to appear there. The trick to accomplish this is to make a new version (in this case v0.9.0)
@@ -182,7 +182,7 @@ require (
182182
github.com/Microsoft/go-winio v0.6.2
183183
github.com/Microsoft/hcsshim v0.13.0
184184
github.com/NVIDIA/go-nvml v0.13.0-1.0.20260414000254-c617db04ef8e
185-
github.com/ProtonMail/go-crypto v1.3.0
185+
github.com/ProtonMail/go-crypto v1.4.1
186186
github.com/acobaugh/osrelease v0.1.0
187187
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
188188
github.com/aquasecurity/trivy v0.70.0
@@ -466,7 +466,6 @@ require (
466466
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
467467
github.com/BurntSushi/toml v1.6.0 // indirect
468468
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
469-
github.com/DataDog/aptly v1.5.3
470469
github.com/DataDog/datadog-agent/comp/core/agenttelemetry/impl v0.0.0 // indirect
471470
github.com/DataDog/datadog-agent/comp/core/secrets/impl v0.70.0
472471
github.com/DataDog/datadog-agent/comp/core/secrets/utils v0.72.0-devel
@@ -632,7 +631,7 @@ require (
632631
github.com/jackc/puddle/v2 v2.2.2 // indirect
633632
github.com/jaegertracing/jaeger-idl v0.6.0 // indirect
634633
github.com/jinzhu/inflection v1.0.0 // indirect
635-
github.com/jlaffaye/ftp v0.1.0 // indirect
634+
github.com/jlaffaye/ftp v0.2.0 // indirect
636635
github.com/jonboulle/clockwork v0.5.0
637636
github.com/josharian/intern v1.0.0 // indirect
638637
github.com/jpillora/backoff v1.0.0 // indirect
@@ -667,7 +666,7 @@ require (
667666
github.com/mattn/go-colorable v0.1.14 // indirect
668667
github.com/mattn/go-isatty v0.0.20 // indirect
669668
github.com/mattn/go-runewidth v0.0.19 // indirect
670-
github.com/mattn/go-shellwords v1.0.12 // indirect
669+
github.com/mattn/go-shellwords v1.0.13 // indirect
671670
github.com/mdlayher/kobject v0.0.0-20200520190114-19ca17470d7d // indirect
672671
github.com/mdlayher/socket v0.6.0 // indirect
673672
github.com/mdlayher/vsock v1.2.1
@@ -751,7 +750,6 @@ require (
751750
github.com/outcaste-io/ristretto v0.2.3 // indirect
752751
github.com/ovh/go-ovh v1.9.0 // indirect
753752
github.com/package-url/packageurl-go v0.1.3 // indirect
754-
github.com/pborman/uuid v1.2.1 // indirect
755753
github.com/pelletier/go-toml v1.9.5 // indirect
756754
github.com/philhofer/fwd v1.2.0 // indirect
757755
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -768,7 +766,7 @@ require (
768766
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
769767
github.com/rogpeppe/go-internal v1.14.1 // indirect
770768
github.com/rs/cors v1.11.1 // indirect
771-
github.com/rs/zerolog v1.34.0 // indirect
769+
github.com/rs/zerolog v1.35.1 // indirect
772770
github.com/rust-secure-code/go-rustaudit v0.0.0-20250226111315-e20ec32e963c // indirect
773771
github.com/samber/oops v1.18.1 // indirect
774772
github.com/sassoftware/go-rpmutils v0.4.0
@@ -963,6 +961,7 @@ require (
963961
github.com/DataDog/datadog-agent/pkg/util/kubernetes/apiserver/common/namespace v0.77.0-devel.0.20260211235139-a5361978c2b6
964962
github.com/DataDog/ddtrivy v0.0.0-20260115083325-07614fb0b8d5
965963
github.com/DataDog/rshell v0.0.14
964+
github.com/aptly-dev/aptly v1.6.3-0.20260504093056-0d31298f3709
966965
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.41.6
967966
github.com/aws/aws-sdk-go-v2/service/ssm v1.68.5
968967
github.com/aymerick/raymond v2.0.2+incompatible
@@ -1050,7 +1049,6 @@ require (
10501049
github.com/boombuler/barcode v1.0.1 // indirect
10511050
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
10521051
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1053-
github.com/cheggaaa/pb v1.0.29 // indirect
10541052
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
10551053
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
10561054
github.com/clipperhouse/stringish v0.1.1 // indirect
@@ -1190,6 +1188,7 @@ require (
11901188
github.com/russross/blackfriday/v2 v2.1.0 // indirect
11911189
github.com/ryanuber/go-glob v1.0.0 // indirect
11921190
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
1191+
github.com/saracen/walker v0.1.2 // indirect
11931192
github.com/sasha-s/go-deadlock v0.3.5 // indirect
11941193
github.com/segmentio/asm v1.2.0 // indirect
11951194
github.com/segmentio/encoding v0.5.4 // indirect
@@ -1249,10 +1248,8 @@ replace github.com/aquasecurity/trivy => github.com/DataDog/trivy v0.0.0-2026051
12491248
// Pin to the 28.x branch head which includes the backported security fixes (not yet tagged).
12501249
replace github.com/docker/docker => github.com/docker/docker v28.5.3-0.20260325154711-31a1689cb0a1+incompatible
12511250

1252-
// Prevent dependencies to be bumped by Trivy
1253-
// 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
1254-
// Updated to v1.3.0 for secret-generic-connector gopenpgp/v3 compatibility
1255-
replace github.com/ProtonMail/go-crypto => github.com/ProtonMail/go-crypto v1.3.0
1251+
// use synced version of aptly fork without module rename
1252+
replace github.com/aptly-dev/aptly => github.com/DataDog/aptly v1.4.1-0.20260507130549-83af7604fdc9
12561253

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

0 commit comments

Comments
 (0)