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
4 changes: 2 additions & 2 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ core,github.com/DataDog/ddtrivy/walker,Apache-2.0,"Copyright 2025-Present Datado
core,github.com/DataDog/ebpf-manager,MIT,Copyright (c) 2021 Authors of Datadog
core,github.com/DataDog/ebpf-manager/internal,MIT,Copyright (c) 2021 Authors of Datadog
core,github.com/DataDog/ebpf-manager/tracefs,MIT,Copyright (c) 2021 Authors of Datadog
core,github.com/DataDog/go-acl,MIT,Copyright (c) 2015 Nathan Osman
core,github.com/DataDog/go-acl/api,MIT,Copyright (c) 2015 Nathan Osman
core,github.com/DataDog/go-libddwaf/v4,Apache-2.0,"Copyright 2016-present Datadog, Inc"
core,github.com/DataDog/go-libddwaf/v4/internal/bindings,Apache-2.0,"Copyright 2016-present Datadog, Inc"
core,github.com/DataDog/go-libddwaf/v4/internal/lib,Apache-2.0,"Copyright 2016-present Datadog, Inc"
Expand Down Expand Up @@ -1494,8 +1496,6 @@ core,github.com/hashicorp/vault/api/auth/approle,MPL-2.0,"Copyright © 2014-2018
core,github.com/hashicorp/vault/api/auth/aws,MPL-2.0,"Copyright © 2014-2018 HashiCorp, Inc"
core,github.com/hashicorp/vault/api/auth/ldap,MPL-2.0,"Copyright © 2014-2018 HashiCorp, Inc"
core,github.com/hashicorp/vault/api/auth/userpass,MPL-2.0,"Copyright © 2014-2018 HashiCorp, Inc"
core,github.com/hectane/go-acl,MIT,Copyright (c) 2015 Nathan Osman
core,github.com/hectane/go-acl/api,MIT,Copyright (c) 2015 Nathan Osman
core,github.com/hetznercloud/hcloud-go/v2/hcloud,MIT,Copyright (c) 2018-2020 Hetzner Cloud GmbH
core,github.com/hetznercloud/hcloud-go/v2/hcloud/exp/ctxutil,MIT,Copyright (c) 2018-2020 Hetzner Cloud GmbH
core,github.com/hetznercloud/hcloud-go/v2/hcloud/internal/instrumentation,MIT,Copyright (c) 2018-2020 Hetzner Cloud GmbH
Expand Down
2 changes: 1 addition & 1 deletion comp/core/agenttelemetry/fx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/uuid v0.69.4 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.70.0 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.73.2 // indirect
github.com/DataDog/go-acl v1.0.1 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/DataDog/zstd v1.5.7 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
Expand All @@ -68,7 +69,6 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/hectane/go-acl v0.0.0-20230225031251-cdfc9e3acf94 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/magiconair/properties v1.8.10 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/agenttelemetry/fx/go.sum

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

2 changes: 1 addition & 1 deletion comp/core/agenttelemetry/impl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/system v0.70.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/uuid v0.69.4 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.70.0 // indirect
github.com/DataDog/go-acl v1.0.1 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand All @@ -74,7 +75,6 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/hectane/go-acl v0.0.0-20230225031251-cdfc9e3acf94 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/itchyny/gojq v0.12.19 // indirect
github.com/itchyny/timefmt-go v0.1.8 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/agenttelemetry/impl/go.sum

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

2 changes: 1 addition & 1 deletion comp/core/config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.73.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.72.2 // indirect
github.com/DataDog/go-acl v1.0.1 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand All @@ -51,7 +52,6 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/hectane/go-acl v0.0.0-20230225031251-cdfc9e3acf94 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/magiconair/properties v1.8.10 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/config/go.sum

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

2 changes: 1 addition & 1 deletion comp/core/configsync/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/system v0.76.0-devel // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.76.0-devel // indirect
github.com/DataDog/datadog-agent/pkg/version v0.76.0-devel // indirect
github.com/DataDog/go-acl v1.0.1 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand All @@ -65,7 +66,6 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/hectane/go-acl v0.0.0-20230225031251-cdfc9e3acf94 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/magiconair/properties v1.8.10 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/configsync/go.sum

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

2 changes: 1 addition & 1 deletion comp/core/delegatedauth/api/cloudauth/aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.73.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0 // indirect
github.com/DataDog/go-acl v1.0.1 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/aws/smithy-go v1.24.3 // indirect
Expand All @@ -44,7 +45,6 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/hectane/go-acl v0.0.0-20230225031251-cdfc9e3acf94 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/magiconair/properties v1.8.10 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/delegatedauth/api/cloudauth/aws/go.sum

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

2 changes: 1 addition & 1 deletion comp/core/delegatedauth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/system v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.72.2 // indirect
github.com/DataDog/go-acl v1.0.1 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
Expand All @@ -52,7 +53,6 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/hectane/go-acl v0.0.0-20230225031251-cdfc9e3acf94 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/magiconair/properties v1.8.10 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/delegatedauth/go.sum

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

2 changes: 1 addition & 1 deletion comp/core/ipc/httphelpers/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/testutil v0.72.0-devel // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.72.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.72.2 // indirect
github.com/DataDog/go-acl v1.0.1 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand All @@ -59,7 +60,6 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/hectane/go-acl v0.0.0-20230225031251-cdfc9e3acf94 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/magiconair/properties v1.8.10 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/ipc/httphelpers/go.sum

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

2 changes: 1 addition & 1 deletion comp/core/ipc/impl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ require (
github.com/DataDog/datadog-agent/pkg/util/system v0.72.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.72.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.72.2 // indirect
github.com/DataDog/go-acl v1.0.1 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/hectane/go-acl v0.0.0-20230225031251-cdfc9e3acf94 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/magiconair/properties v1.8.10 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/ipc/impl/go.sum

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

Loading
Loading