diff --git a/comp/api/authtoken/go.mod b/comp/api/authtoken/go.mod index bdc4879625479..5db4e76921583 100644 --- a/comp/api/authtoken/go.mod +++ b/comp/api/authtoken/go.mod @@ -41,41 +41,41 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/comp/core/config/go.mod b/comp/core/config/go.mod index 900b5af2b2306..17f1feb8e3868 100644 --- a/comp/core/config/go.mod +++ b/comp/core/config/go.mod @@ -33,39 +33,39 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 github.com/DataDog/viper v1.14.0 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 ) require ( - github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect diff --git a/comp/core/flare/types/go.mod b/comp/core/flare/types/go.mod index 8e4726ae324fd..dddbbce917c50 100644 --- a/comp/core/flare/types/go.mod +++ b/comp/core/flare/types/go.mod @@ -5,7 +5,7 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/comp/core/flare/builder => ../builder require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 go.uber.org/fx v1.23.0 ) diff --git a/comp/core/hostname/hostnameinterface/go.mod b/comp/core/hostname/hostnameinterface/go.mod index f21420ccf6ad2..9e73b766138ce 100644 --- a/comp/core/hostname/hostnameinterface/go.mod +++ b/comp/core/hostname/hostnameinterface/go.mod @@ -9,14 +9,14 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 ) require ( - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect diff --git a/comp/core/log/impl-trace/go.mod b/comp/core/log/impl-trace/go.mod index a33e49d1f3289..01840bc3490d9 100644 --- a/comp/core/log/impl-trace/go.mod +++ b/comp/core/log/impl-trace/go.mod @@ -40,43 +40,43 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect; v2.6 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 // indirect ) require ( - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.5 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff --git a/comp/core/log/impl/go.mod b/comp/core/log/impl/go.mod index feccf36d7dc6c..1c94eeaae4006 100644 --- a/comp/core/log/impl/go.mod +++ b/comp/core/log/impl/go.mod @@ -35,37 +35,37 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/comp/core/log/mock/go.mod b/comp/core/log/mock/go.mod index d8981ceda1494..e553cfa8aba97 100644 --- a/comp/core/log/mock/go.mod +++ b/comp/core/log/mock/go.mod @@ -30,15 +30,15 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.5 ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/fsnotify/fsnotify v1.8.0 // indirect diff --git a/comp/core/secrets/go.mod b/comp/core/secrets/go.mod index 518eb066b84f1..f47e42ecebac8 100644 --- a/comp/core/secrets/go.mod +++ b/comp/core/secrets/go.mod @@ -17,13 +17,13 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 github.com/benbjohnson/clock v1.3.5 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 @@ -33,10 +33,10 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/comp/core/status/statusimpl/go.mod b/comp/core/status/statusimpl/go.mod index 32da9a6066be2..b477d15676e6a 100644 --- a/comp/core/status/statusimpl/go.mod +++ b/comp/core/status/statusimpl/go.mod @@ -41,18 +41,18 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/fips v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/flavor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/fips v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/flavor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 github.com/gorilla/mux v1.8.1 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 @@ -60,26 +60,26 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/comp/core/tagger/types/go.mod b/comp/core/tagger/types/go.mod index 0690337f4562c..5651cfa1f7b70 100644 --- a/comp/core/tagger/types/go.mod +++ b/comp/core/tagger/types/go.mod @@ -31,7 +31,7 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) diff --git a/comp/core/telemetry/go.mod b/comp/core/telemetry/go.mod index af10d43e025c5..2efcd12b643c3 100644 --- a/comp/core/telemetry/go.mod +++ b/comp/core/telemetry/go.mod @@ -9,7 +9,7 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 github.com/prometheus/client_golang v1.20.5 github.com/prometheus/client_model v0.6.1 github.com/stretchr/testify v1.10.0 @@ -17,8 +17,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff --git a/comp/forwarder/defaultforwarder/go.mod b/comp/forwarder/defaultforwarder/go.mod index 968e293e0f774..76b3e2e4956d8 100644 --- a/comp/forwarder/defaultforwarder/go.mod +++ b/comp/forwarder/defaultforwarder/go.mod @@ -53,26 +53,26 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 github.com/golang/protobuf v1.5.4 github.com/hashicorp/go-multierror v1.1.1 github.com/stretchr/testify v1.10.0 @@ -81,24 +81,24 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/beorn7/perks v1.0.1 // indirect diff --git a/comp/forwarder/orchestrator/orchestratorinterface/go.mod b/comp/forwarder/orchestrator/orchestratorinterface/go.mod index 8eb7bbc8ca82f..5bd5f61a9ac90 100644 --- a/comp/forwarder/orchestrator/orchestratorinterface/go.mod +++ b/comp/forwarder/orchestrator/orchestratorinterface/go.mod @@ -55,7 +55,7 @@ replace ( ) -require github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.4 +require github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.5 // Internal deps fix version replace ( @@ -64,42 +64,42 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/beorn7/perks v1.0.1 // indirect diff --git a/comp/logs/agent/config/go.mod b/comp/logs/agent/config/go.mod index 09b187a24379c..3c5be33859faf 100644 --- a/comp/logs/agent/config/go.mod +++ b/comp/logs/agent/config/go.mod @@ -37,38 +37,38 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 github.com/DataDog/viper v1.14.0 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff --git a/comp/otelcol/collector-contrib/impl/go.mod b/comp/otelcol/collector-contrib/impl/go.mod index d03a6f05e8400..95efe950b968f 100644 --- a/comp/otelcol/collector-contrib/impl/go.mod +++ b/comp/otelcol/collector-contrib/impl/go.mod @@ -7,7 +7,7 @@ go 1.23.0 toolchain go1.23.3 require ( - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.63.0-rc.5 github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.118.0 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sapmexporter v0.118.0 github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckextension v0.118.0 diff --git a/comp/otelcol/converter/impl/go.mod b/comp/otelcol/converter/impl/go.mod index 91b83632cb9cc..c9dc04edec67a 100644 --- a/comp/otelcol/converter/impl/go.mod +++ b/comp/otelcol/converter/impl/go.mod @@ -39,8 +39,8 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.63.0-rc.5 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog v0.118.0 github.com/stretchr/testify v1.10.0 go.opentelemetry.io/collector/confmap v1.24.0 @@ -54,30 +54,30 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/comp/otelcol/ddflareextension/impl/go.mod b/comp/otelcol/ddflareextension/impl/go.mod index c0dc124aa2d2f..2f8a320983b6e 100644 --- a/comp/otelcol/ddflareextension/impl/go.mod +++ b/comp/otelcol/ddflareextension/impl/go.mod @@ -106,13 +106,13 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 github.com/google/go-cmp v0.6.0 github.com/gorilla/mux v1.8.1 github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector v0.118.0 @@ -165,9 +165,9 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 // indirect github.com/knadh/koanf/maps v0.1.1 // indirect github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/moby/sys/userns v0.1.0 // indirect @@ -196,84 +196,84 @@ require ( github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect github.com/Code-Hex/go-generics-cache v1.5.1 // indirect github.com/DataDog/agent-payload/v5 v5.0.141 // indirect - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/serializer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/serializer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.34.0 // indirect github.com/DataDog/datadog-go/v5 v5.6.0 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect diff --git a/comp/otelcol/logsagentpipeline/go.mod b/comp/otelcol/logsagentpipeline/go.mod index d25f35c61ce6d..e90ebab2b6cfe 100644 --- a/comp/otelcol/logsagentpipeline/go.mod +++ b/comp/otelcol/logsagentpipeline/go.mod @@ -63,54 +63,54 @@ replace ( github.com/DataDog/datadog-agent/pkg/version => ../../../pkg/version ) -require github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.4 +require github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.5 require ( github.com/DataDog/agent-payload/v5 v5.0.141 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect diff --git a/comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod b/comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod index 806e43b2fb83b..28708822a9793 100644 --- a/comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod +++ b/comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod @@ -65,28 +65,28 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 go.uber.org/zap v1.27.0 @@ -94,38 +94,38 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/DataDog/zstd v1.5.6 // indirect diff --git a/comp/otelcol/otlp/components/exporter/datadogexporter/go.mod b/comp/otelcol/otlp/components/exporter/datadogexporter/go.mod index b68ff9bbdad6c..2c77857471f03 100644 --- a/comp/otelcol/otlp/components/exporter/datadogexporter/go.mod +++ b/comp/otelcol/otlp/components/exporter/datadogexporter/go.mod @@ -95,16 +95,16 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/serializer v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/serializer v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 github.com/DataDog/datadog-go/v5 v5.6.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.24.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.24.0 @@ -141,75 +141,75 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 // indirect - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.34.0 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/go-sqllexer v0.0.20 // indirect diff --git a/comp/otelcol/otlp/components/exporter/logsagentexporter/go.mod b/comp/otelcol/otlp/components/exporter/logsagentexporter/go.mod index b78cffe71ebef..dd04844a9b760 100644 --- a/comp/otelcol/otlp/components/exporter/logsagentexporter/go.mod +++ b/comp/otelcol/otlp/components/exporter/logsagentexporter/go.mod @@ -43,11 +43,11 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.24.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.24.0 github.com/stormcat24/protodep v0.1.8 @@ -74,29 +74,29 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.34.0 // indirect github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.24.0 // indirect github.com/DataDog/sketches-go v1.4.6 // indirect diff --git a/comp/otelcol/otlp/components/exporter/serializerexporter/go.mod b/comp/otelcol/otlp/components/exporter/serializerexporter/go.mod index 0cfccd3adcb94..c5dbb48c4fa44 100644 --- a/comp/otelcol/otlp/components/exporter/serializerexporter/go.mod +++ b/comp/otelcol/otlp/components/exporter/serializerexporter/go.mod @@ -67,11 +67,11 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/serializer v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/serializer v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.24.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.24.0 github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.24.0 @@ -94,49 +94,49 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 // indirect - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect github.com/DataDog/sketches-go v1.4.6 // indirect github.com/DataDog/viper v1.14.0 // indirect @@ -242,9 +242,9 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 // indirect github.com/ebitengine/purego v0.8.1 // indirect github.com/knadh/koanf/maps v0.1.1 // indirect github.com/knadh/koanf/providers/confmap v0.1.0 // indirect diff --git a/comp/otelcol/otlp/components/metricsclient/go.mod b/comp/otelcol/otlp/components/metricsclient/go.mod index 31d6e20d8c35f..7eec9b8dd8e5b 100644 --- a/comp/otelcol/otlp/components/metricsclient/go.mod +++ b/comp/otelcol/otlp/components/metricsclient/go.mod @@ -5,7 +5,7 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/pkg/trace => ../../../../../pkg/trace require ( - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 github.com/DataDog/datadog-go/v5 v5.6.0 github.com/stretchr/testify v1.10.0 go.opentelemetry.io/otel v1.33.0 diff --git a/comp/otelcol/otlp/components/processor/infraattributesprocessor/go.mod b/comp/otelcol/otlp/components/processor/infraattributesprocessor/go.mod index b58a6f3b28893..78c562e6ddccc 100644 --- a/comp/otelcol/otlp/components/processor/infraattributesprocessor/go.mod +++ b/comp/otelcol/otlp/components/processor/infraattributesprocessor/go.mod @@ -34,8 +34,8 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 go.opentelemetry.io/collector/component v0.118.0 go.opentelemetry.io/collector/component/componenttest v0.118.0 @@ -57,7 +57,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.5 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/go-logr/logr v1.4.2 // indirect github.com/go-logr/stdr v1.2.2 // indirect diff --git a/comp/otelcol/otlp/components/statsprocessor/go.mod b/comp/otelcol/otlp/components/statsprocessor/go.mod index 9b71b8788310d..30d16b55b24ea 100644 --- a/comp/otelcol/otlp/components/statsprocessor/go.mod +++ b/comp/otelcol/otlp/components/statsprocessor/go.mod @@ -19,10 +19,10 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 github.com/DataDog/datadog-go/v5 v5.6.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.24.0 github.com/stretchr/testify v1.10.0 @@ -34,15 +34,15 @@ require ( require go.opentelemetry.io/collector/component v0.118.0 // indirect require ( - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/go-sqllexer v0.0.20 // indirect github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect github.com/DataDog/sketches-go v1.4.6 // indirect diff --git a/comp/otelcol/otlp/testutil/go.mod b/comp/otelcol/otlp/testutil/go.mod index 43022665c2e4f..11e7708eaef68 100644 --- a/comp/otelcol/otlp/testutil/go.mod +++ b/comp/otelcol/otlp/testutil/go.mod @@ -33,10 +33,10 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.24.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.24.0 github.com/DataDog/sketches-go v1.4.6 @@ -46,23 +46,23 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/comp/serializer/logscompression/go.mod b/comp/serializer/logscompression/go.mod index 39ffe0288be93..44c18ee6cb6e9 100644 --- a/comp/serializer/logscompression/go.mod +++ b/comp/serializer/logscompression/go.mod @@ -12,35 +12,35 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/DataDog/zstd v1.5.6 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect diff --git a/comp/serializer/metricscompression/go.mod b/comp/serializer/metricscompression/go.mod index 357e6bff84288..3c1bea254d031 100644 --- a/comp/serializer/metricscompression/go.mod +++ b/comp/serializer/metricscompression/go.mod @@ -20,35 +20,35 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/DataDog/zstd v1.5.6 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect diff --git a/comp/trace/agent/def/go.mod b/comp/trace/agent/def/go.mod index ca55da3804686..df80900f7ee57 100644 --- a/comp/trace/agent/def/go.mod +++ b/comp/trace/agent/def/go.mod @@ -5,7 +5,7 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/pkg/proto => ../../../../pkg/proto require ( - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.24.0 go.opentelemetry.io/collector/pdata v1.24.0 ) diff --git a/comp/trace/compression/impl-gzip/go.mod b/comp/trace/compression/impl-gzip/go.mod index 6525e48c9b5c4..feead03d90b75 100644 --- a/comp/trace/compression/impl-gzip/go.mod +++ b/comp/trace/compression/impl-gzip/go.mod @@ -4,4 +4,4 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/comp/trace/compression/def => ../../../../comp/trace/compression/def/ -require github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 +require github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 diff --git a/comp/trace/compression/impl-zstd/go.mod b/comp/trace/compression/impl-zstd/go.mod index 782cbd28caba1..b77e176406fd1 100644 --- a/comp/trace/compression/impl-zstd/go.mod +++ b/comp/trace/compression/impl-zstd/go.mod @@ -5,6 +5,6 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/comp/trace/compression/def => ../../../../comp/trace/compression/def/ require ( - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 github.com/DataDog/zstd v1.5.6 ) diff --git a/go.mod b/go.mod index 6462ab628f46a..72995caf4d004 100644 --- a/go.mod +++ b/go.mod @@ -153,15 +153,15 @@ require ( code.cloudfoundry.org/lager v2.0.0+incompatible github.com/CycloneDX/cyclonedx-go v0.9.1 github.com/DataDog/appsec-internal-go v1.9.0 - github.com/DataDog/datadog-agent/pkg/gohai v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/security/secl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/gohai v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/security/secl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 github.com/DataDog/datadog-go/v5 v5.6.0 // TODO: pin to an operator released version once there is a release that includes the api module github.com/DataDog/datadog-operator/api v0.0.0-20250114151552-463ab54482b4 @@ -563,15 +563,15 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/api/authtoken v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/impl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/fips v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/utilizationtracker v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/api/authtoken v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/impl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/fips v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/utilizationtracker v0.63.0-rc.5 github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.11 github.com/NVIDIA/go-nvml v0.12.4-0 github.com/cloudflare/cbpfc v0.0.0-20240920015331-ff978e94500b @@ -588,7 +588,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 github.com/Masterminds/sprig/v3 v3.3.0 github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e github.com/shirou/gopsutil/v4 v4.24.12 @@ -626,98 +626,98 @@ require ( require ( github.com/DATA-DOG/go-sqlmock v1.5.2 github.com/DataDog/agent-payload/v5 v5.0.141 - github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/impl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/impl-trace v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/status/statusimpl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/netflow/payload v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/remote v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/errors v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/networkdevice/profile v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/security/seclwin v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/serializer v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/cache v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/containers/image v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/flavor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/grpc v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/uuid v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/impl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/impl-trace v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/status/statusimpl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/remote v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/errors v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/networkdevice/profile v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/security/seclwin v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/serializer v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/cache v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/containers/image v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/flavor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/grpc v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/uuid v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 github.com/DataDog/go-libddwaf/v3 v3.5.1 github.com/DataDog/go-sqllexer v0.0.20 github.com/Datadog/dublin-traceroute v0.0.2 @@ -779,13 +779,13 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect github.com/Code-Hex/go-generics-cache v1.5.1 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.34.0 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.24.0 // indirect diff --git a/pkg/aggregator/ckey/go.mod b/pkg/aggregator/ckey/go.mod index a3021b860ce8d..860105938026a 100644 --- a/pkg/aggregator/ckey/go.mod +++ b/pkg/aggregator/ckey/go.mod @@ -8,8 +8,8 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 github.com/twmb/murmur3 v1.1.8 ) diff --git a/pkg/api/go.mod b/pkg/api/go.mod index fd315a882af35..e44b26c287643 100644 --- a/pkg/api/go.mod +++ b/pkg/api/go.mod @@ -38,36 +38,36 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/config/env/go.mod b/pkg/config/env/go.mod index b76f75c844f55..cdd2cd51c28e7 100644 --- a/pkg/config/env/go.mod +++ b/pkg/config/env/go.mod @@ -12,19 +12,19 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/config/mock/go.mod b/pkg/config/mock/go.mod index 768e41e44d4f2..e06cc1c298818 100644 --- a/pkg/config/mock/go.mod +++ b/pkg/config/mock/go.mod @@ -30,29 +30,29 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/config/model/go.mod b/pkg/config/model/go.mod index 80c2cd80ed17e..be5ed9de78917 100644 --- a/pkg/config/model/go.mod +++ b/pkg/config/model/go.mod @@ -10,15 +10,15 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/DataDog/viper v1.14.0 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/fsnotify/fsnotify v1.8.0 // indirect diff --git a/pkg/config/nodetreemodel/go.mod b/pkg/config/nodetreemodel/go.mod index 7fc6c9136ff59..c0f1bd1b560ba 100644 --- a/pkg/config/nodetreemodel/go.mod +++ b/pkg/config/nodetreemodel/go.mod @@ -12,8 +12,8 @@ replace ( replace github.com/spf13/cast => github.com/DataDog/cast v1.8.0 require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/DataDog/viper v1.14.0 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/spf13/cast v1.7.1 @@ -24,8 +24,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/fsnotify/fsnotify v1.8.0 // indirect diff --git a/pkg/config/remote/go.mod b/pkg/config/remote/go.mod index da49baa76039f..0d4f94c8aed7a 100644 --- a/pkg/config/remote/go.mod +++ b/pkg/config/remote/go.mod @@ -43,15 +43,15 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/grpc v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/uuid v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/grpc v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/uuid v0.63.0-rc.5 github.com/Masterminds/semver v1.5.0 github.com/benbjohnson/clock v1.3.5 github.com/pkg/errors v0.9.1 @@ -65,26 +65,26 @@ require ( require ( github.com/DataDog/appsec-internal-go v1.9.0 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cache v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cache v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/datadog-go/v5 v5.6.0 // indirect github.com/DataDog/go-libddwaf/v3 v3.5.1 // indirect github.com/DataDog/go-sqllexer v0.0.20 // indirect @@ -121,7 +121,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect github.com/DataDog/go-tuf v1.1.0-0.5.2 github.com/DataDog/viper v1.14.0 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/config/setup/go.mod b/pkg/config/setup/go.mod index 44bd9e5fa4391..0cfa6ef6cf195 100644 --- a/pkg/config/setup/go.mod +++ b/pkg/config/setup/go.mod @@ -33,36 +33,36 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 gopkg.in/yaml.v2 v2.4.0 ) require ( - github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/api/api/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/beorn7/perks v1.0.1 // indirect diff --git a/pkg/config/structure/go.mod b/pkg/config/structure/go.mod index b6f2502c95069..1c35c1082a928 100644 --- a/pkg/config/structure/go.mod +++ b/pkg/config/structure/go.mod @@ -34,17 +34,17 @@ replace ( replace github.com/spf13/cast => github.com/DataDog/cast v1.8.0 require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 github.com/DataDog/viper v1.14.0 github.com/spf13/cast v1.7.1 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/fsnotify/fsnotify v1.8.0 // indirect diff --git a/pkg/config/teeconfig/go.mod b/pkg/config/teeconfig/go.mod index 584fd15596e21..3c5a6c768815e 100644 --- a/pkg/config/teeconfig/go.mod +++ b/pkg/config/teeconfig/go.mod @@ -9,14 +9,14 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/DataDog/viper v1.14.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/fsnotify/fsnotify v1.8.0 // indirect github.com/hashicorp/hcl v1.0.1-vault-5 // indirect diff --git a/pkg/config/utils/go.mod b/pkg/config/utils/go.mod index 0979ace4451ed..ab8bcaa1b0ea1 100644 --- a/pkg/config/utils/go.mod +++ b/pkg/config/utils/go.mod @@ -34,30 +34,30 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/gohai/go.mod b/pkg/gohai/go.mod index ee4f2c0931f6d..e671f69d4ac9f 100644 --- a/pkg/gohai/go.mod +++ b/pkg/gohai/go.mod @@ -5,7 +5,7 @@ module github.com/DataDog/datadog-agent/pkg/gohai go 1.23.0 require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/moby/sys/mountinfo v0.7.2 github.com/shirou/gopsutil/v4 v4.24.12 github.com/stretchr/testify v1.10.0 @@ -13,8 +13,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/ebitengine/purego v0.8.1 // indirect diff --git a/pkg/logs/auditor/go.mod b/pkg/logs/auditor/go.mod index 035bd02bdaa79..b53b6ee790c53 100644 --- a/pkg/logs/auditor/go.mod +++ b/pkg/logs/auditor/go.mod @@ -42,36 +42,36 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/logs/client/go.mod b/pkg/logs/client/go.mod index 3ccdbd9798995..ca2c2ac1ba9b8 100644 --- a/pkg/logs/client/go.mod +++ b/pkg/logs/client/go.mod @@ -49,46 +49,46 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 golang.org/x/net v0.34.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/benbjohnson/clock v1.3.5 // indirect diff --git a/pkg/logs/diagnostic/go.mod b/pkg/logs/diagnostic/go.mod index 030bb6c958017..4444c8a562869 100644 --- a/pkg/logs/diagnostic/go.mod +++ b/pkg/logs/diagnostic/go.mod @@ -44,38 +44,38 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/logs/message/go.mod b/pkg/logs/message/go.mod index 5b6530e0d2f00..4fafce7eb0a8e 100644 --- a/pkg/logs/message/go.mod +++ b/pkg/logs/message/go.mod @@ -40,34 +40,34 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/logs/metrics/go.mod b/pkg/logs/metrics/go.mod index 4d5808314a714..ab0b6710c9909 100644 --- a/pkg/logs/metrics/go.mod +++ b/pkg/logs/metrics/go.mod @@ -12,16 +12,16 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 github.com/benbjohnson/clock v1.3.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff --git a/pkg/logs/pipeline/go.mod b/pkg/logs/pipeline/go.mod index 757f71337930a..4c89bda520f1b 100644 --- a/pkg/logs/pipeline/go.mod +++ b/pkg/logs/pipeline/go.mod @@ -61,24 +61,24 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.5 github.com/hashicorp/go-multierror v1.1.1 github.com/stretchr/testify v1.10.0 go.uber.org/atomic v1.11.0 @@ -86,36 +86,36 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 // indirect - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/DataDog/zstd v1.5.6 // indirect diff --git a/pkg/logs/processor/go.mod b/pkg/logs/processor/go.mod index 53497e8a8d74b..12c5d5a94d86c 100644 --- a/pkg/logs/processor/go.mod +++ b/pkg/logs/processor/go.mod @@ -49,43 +49,43 @@ replace ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect diff --git a/pkg/logs/sds/go.mod b/pkg/logs/sds/go.mod index bcf4c005cf09b..5dffc9cacf1e7 100644 --- a/pkg/logs/sds/go.mod +++ b/pkg/logs/sds/go.mod @@ -49,40 +49,40 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/beorn7/perks v1.0.1 // indirect diff --git a/pkg/logs/sender/go.mod b/pkg/logs/sender/go.mod index 56dc41c5e240c..30dab1cad8f5b 100644 --- a/pkg/logs/sender/go.mod +++ b/pkg/logs/sender/go.mod @@ -54,51 +54,51 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/benbjohnson/clock v1.3.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/DataDog/zstd v1.5.6 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect diff --git a/pkg/logs/sources/go.mod b/pkg/logs/sources/go.mod index 5c3c6638fdd67..b4603efda2fab 100644 --- a/pkg/logs/sources/go.mod +++ b/pkg/logs/sources/go.mod @@ -39,33 +39,33 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/logs/util/testutils/go.mod b/pkg/logs/util/testutils/go.mod index 319ad8235e65a..ab04a3155bca5 100644 --- a/pkg/logs/util/testutils/go.mod +++ b/pkg/logs/util/testutils/go.mod @@ -41,32 +41,32 @@ replace ( github.com/DataDog/datadog-agent/pkg/version => ../../../version ) -require github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 +require github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/metrics/go.mod b/pkg/metrics/go.mod index cc731017b837d..c07d7c55266be 100644 --- a/pkg/metrics/go.mod +++ b/pkg/metrics/go.mod @@ -39,42 +39,42 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.24.0 github.com/stretchr/testify v1.10.0 go.uber.org/atomic v1.11.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/sketches-go v1.4.6 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect diff --git a/pkg/orchestrator/model/go.mod b/pkg/orchestrator/model/go.mod index 6cc112f0d6382..c5e0c84bde899 100644 --- a/pkg/orchestrator/model/go.mod +++ b/pkg/orchestrator/model/go.mod @@ -8,13 +8,13 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/patrickmn/go-cache v2.1.0+incompatible ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect go.uber.org/atomic v1.11.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/pkg/process/util/api/go.mod b/pkg/process/util/api/go.mod index 6d3f78c0adc81..f3ee80cc6a3f9 100644 --- a/pkg/process/util/api/go.mod +++ b/pkg/process/util/api/go.mod @@ -12,16 +12,16 @@ replace ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 github.com/gogo/protobuf v1.3.2 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect github.com/DataDog/zstd v1.5.6 // indirect github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f // indirect diff --git a/pkg/security/seclwin/go.mod b/pkg/security/seclwin/go.mod index 36a5be1d5b1f4..a362fd7369aff 100644 --- a/pkg/security/seclwin/go.mod +++ b/pkg/security/seclwin/go.mod @@ -5,7 +5,7 @@ go 1.23.0 replace github.com/DataDog/datadog-agent/pkg/security/secl => ../secl require ( - github.com/DataDog/datadog-agent/pkg/security/secl v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/security/secl v0.63.0-rc.5 modernc.org/mathutil v1.6.0 ) diff --git a/pkg/serializer/go.mod b/pkg/serializer/go.mod index 9faa565ee91ce..32441143081fd 100644 --- a/pkg/serializer/go.mod +++ b/pkg/serializer/go.mod @@ -66,22 +66,22 @@ replace ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/metrics v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/process/util/api v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagset v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/json v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.24.0 github.com/gogo/protobuf v1.3.2 github.com/json-iterator/go v1.1.12 @@ -92,39 +92,39 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect github.com/DataDog/sketches-go v1.4.6 // indirect github.com/DataDog/viper v1.14.0 // indirect diff --git a/pkg/tagger/types/go.mod b/pkg/tagger/types/go.mod index 235fd11b66826..806694e3ca693 100644 --- a/pkg/tagger/types/go.mod +++ b/pkg/tagger/types/go.mod @@ -4,4 +4,4 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/comp/core/tagger/origindetection => ../../../comp/core/tagger/origindetection -require github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 +require github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 diff --git a/pkg/tagset/go.mod b/pkg/tagset/go.mod index 112edfad7b782..f7f198ab9c871 100644 --- a/pkg/tagset/go.mod +++ b/pkg/tagset/go.mod @@ -5,7 +5,7 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/pkg/util/sort => ../util/sort/ require ( - github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/sort v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 github.com/twmb/murmur3 v1.1.8 ) diff --git a/pkg/telemetry/go.mod b/pkg/telemetry/go.mod index 790e16d3d32b6..2ccb656087064 100644 --- a/pkg/telemetry/go.mod +++ b/pkg/telemetry/go.mod @@ -10,14 +10,14 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 go.uber.org/atomic v1.11.0 ) require ( - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff --git a/pkg/trace/go.mod b/pkg/trace/go.mod index 07b5fd9ad0ed7..f2ca6a4b6bfca 100644 --- a/pkg/trace/go.mod +++ b/pkg/trace/go.mod @@ -10,16 +10,16 @@ go 1.22.0 replace github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible require ( - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 github.com/DataDog/datadog-go/v5 v5.6.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.24.0 github.com/DataDog/sketches-go v1.4.6 @@ -52,7 +52,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 github.com/shirou/gopsutil/v4 v4.24.12 go.opentelemetry.io/collector/component/componenttest v0.118.0 ) @@ -65,7 +65,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/go-sqllexer v0.0.20 // indirect github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect github.com/DataDog/zstd v1.5.6 // indirect diff --git a/pkg/trace/stats/oteltest/go.mod b/pkg/trace/stats/oteltest/go.mod index 9dc486f5b58db..753c74fd8eb56 100644 --- a/pkg/trace/stats/oteltest/go.mod +++ b/pkg/trace/stats/oteltest/go.mod @@ -3,10 +3,10 @@ module github.com/DataDog/datadog-agent/pkg/trace/stats/oteltest go 1.22.0 require ( - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 github.com/DataDog/datadog-go/v5 v5.6.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.24.0 github.com/google/go-cmp v0.6.0 @@ -21,15 +21,15 @@ require ( require go.opentelemetry.io/collector/component v0.118.0 // indirect require ( - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/go-sqllexer v0.0.20 // indirect github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect github.com/DataDog/sketches-go v1.4.6 // indirect diff --git a/pkg/util/cgroups/go.mod b/pkg/util/cgroups/go.mod index 55a2714d036fa..df26e69a29db1 100644 --- a/pkg/util/cgroups/go.mod +++ b/pkg/util/cgroups/go.mod @@ -9,8 +9,8 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 github.com/containerd/cgroups/v3 v3.0.4 github.com/google/go-cmp v0.6.0 github.com/karrick/godirwalk v1.17.0 @@ -18,8 +18,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/coreos/go-systemd/v22 v22.5.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff --git a/pkg/util/compression/go.mod b/pkg/util/compression/go.mod index cfff3dec5040d..132b22ef517e1 100644 --- a/pkg/util/compression/go.mod +++ b/pkg/util/compression/go.mod @@ -5,36 +5,36 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/pkg/util/log => ../log require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/DataDog/zstd v1.5.6 github.com/klauspost/compress v1.17.11 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/util/defaultpaths/go.mod b/pkg/util/defaultpaths/go.mod index 2358792d797f7..63ff4bfd5e1e0 100644 --- a/pkg/util/defaultpaths/go.mod +++ b/pkg/util/defaultpaths/go.mod @@ -10,15 +10,15 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 golang.org/x/sys v0.29.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect go.uber.org/atomic v1.11.0 // indirect diff --git a/pkg/util/filesystem/go.mod b/pkg/util/filesystem/go.mod index a27801b6c85df..3e5bd297a4bf5 100644 --- a/pkg/util/filesystem/go.mod +++ b/pkg/util/filesystem/go.mod @@ -10,8 +10,8 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb github.com/shirou/gopsutil/v4 v4.24.12 github.com/stretchr/testify v1.10.0 @@ -19,8 +19,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/ebitengine/purego v0.8.1 // indirect diff --git a/pkg/util/flavor/go.mod b/pkg/util/flavor/go.mod index 35b77a34497f1..1c203a090178d 100644 --- a/pkg/util/flavor/go.mod +++ b/pkg/util/flavor/go.mod @@ -31,29 +31,29 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/util/fxutil/go.mod b/pkg/util/fxutil/go.mod index 5e7129f6aed52..7d1624630ab6b 100644 --- a/pkg/util/fxutil/go.mod +++ b/pkg/util/fxutil/go.mod @@ -3,8 +3,8 @@ module github.com/DataDog/datadog-agent/pkg/util/fxutil go 1.22.0 require ( - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.10.0 go.uber.org/fx v1.23.0 diff --git a/pkg/util/grpc/go.mod b/pkg/util/grpc/go.mod index 140146297bb01..75635d0bdbd83 100644 --- a/pkg/util/grpc/go.mod +++ b/pkg/util/grpc/go.mod @@ -35,9 +35,9 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/api v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 github.com/stretchr/testify v1.10.0 golang.org/x/net v0.34.0 @@ -46,25 +46,25 @@ require ( require ( cloud.google.com/go/compute/metadata v0.6.0 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/util/hostname/validate/go.mod b/pkg/util/hostname/validate/go.mod index a5df875610ae3..851b4869bc949 100644 --- a/pkg/util/hostname/validate/go.mod +++ b/pkg/util/hostname/validate/go.mod @@ -8,13 +8,13 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect diff --git a/pkg/util/http/go.mod b/pkg/util/http/go.mod index c52f25f89b8ae..db1f9aac9544e 100644 --- a/pkg/util/http/go.mod +++ b/pkg/util/http/go.mod @@ -31,31 +31,31 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 golang.org/x/net v0.34.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/util/log/go.mod b/pkg/util/log/go.mod index a9f1b1ebb69b7..ad73079a354aa 100644 --- a/pkg/util/log/go.mod +++ b/pkg/util/log/go.mod @@ -9,7 +9,7 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/stretchr/testify v1.10.0 go.uber.org/atomic v1.11.0 @@ -17,7 +17,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect go.uber.org/multierr v1.11.0 // indirect diff --git a/pkg/util/log/setup/go.mod b/pkg/util/log/setup/go.mod index cdb64624028c2..160a777b5ec21 100644 --- a/pkg/util/log/setup/go.mod +++ b/pkg/util/log/setup/go.mod @@ -32,31 +32,31 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/stretchr/testify v1.10.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/viper v1.14.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff --git a/pkg/util/scrubber/go.mod b/pkg/util/scrubber/go.mod index 43067ea7a5d3b..b62440ecb89f2 100644 --- a/pkg/util/scrubber/go.mod +++ b/pkg/util/scrubber/go.mod @@ -3,7 +3,7 @@ module github.com/DataDog/datadog-agent/pkg/util/scrubber go 1.22.0 require ( - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 github.com/stretchr/testify v1.10.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/pkg/util/system/go.mod b/pkg/util/system/go.mod index 2d7166eee1715..4a8230fb84f5d 100644 --- a/pkg/util/system/go.mod +++ b/pkg/util/system/go.mod @@ -12,11 +12,11 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 github.com/shirou/gopsutil/v4 v4.24.12 github.com/stretchr/testify v1.10.0 go.uber.org/atomic v1.11.0 @@ -24,8 +24,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/ebitengine/purego v0.8.1 // indirect diff --git a/pkg/util/uuid/go.mod b/pkg/util/uuid/go.mod index 364e0da04282f..0fb598306f7dd 100644 --- a/pkg/util/uuid/go.mod +++ b/pkg/util/uuid/go.mod @@ -9,15 +9,15 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/cache v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/cache v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/shirou/gopsutil/v4 v4.24.12 golang.org/x/sys v0.29.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/ebitengine/purego v0.8.1 // indirect github.com/go-ole/go-ole v1.3.0 // indirect diff --git a/pkg/util/winutil/go.mod b/pkg/util/winutil/go.mod index 779df9255d04f..9c2b353efd423 100644 --- a/pkg/util/winutil/go.mod +++ b/pkg/util/winutil/go.mod @@ -8,7 +8,7 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 github.com/fsnotify/fsnotify v1.8.0 github.com/stretchr/testify v1.10.0 go.uber.org/atomic v1.11.0 @@ -16,8 +16,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect diff --git a/release.json b/release.json index 15f2aa8861595..23c091fd4247c 100644 --- a/release.json +++ b/release.json @@ -59,7 +59,7 @@ "WINDOWS_DDPROCMON_SHASUM": "3a23804adc7280390aabc01f0b709853755baa111f821f99627cd661ee917490" }, "release-a7": { - "INTEGRATIONS_CORE_VERSION": "7.63.0-rc.3", + "INTEGRATIONS_CORE_VERSION": "7.63.0-rc.5", "OMNIBUS_SOFTWARE_VERSION": "7.63.0-rc.1", "OMNIBUS_RUBY_VERSION": "7.63.0-rc.1", "JMXFETCH_VERSION": "0.49.6", diff --git a/test/fakeintake/go.mod b/test/fakeintake/go.mod index d03d4df2c8935..e438a1a1d003d 100644 --- a/test/fakeintake/go.mod +++ b/test/fakeintake/go.mod @@ -10,8 +10,8 @@ replace ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 - github.com/DataDog/datadog-agent/comp/netflow/payload v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 github.com/DataDog/zstd v1.5.6 github.com/benbjohnson/clock v1.3.5 github.com/cenkalti/backoff/v4 v4.3.0 diff --git a/test/new-e2e/go.mod b/test/new-e2e/go.mod index ffabda3bd3003..f6a02ea2542cf 100644 --- a/test/new-e2e/go.mod +++ b/test/new-e2e/go.mod @@ -46,13 +46,13 @@ replace ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 - github.com/DataDog/datadog-agent/test/fakeintake v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 + github.com/DataDog/datadog-agent/test/fakeintake v0.63.0-rc.5 github.com/DataDog/datadog-api-client-go v1.16.0 github.com/DataDog/datadog-api-client-go/v2 v2.34.0 // Are you bumping github.com/DataDog/test-infra-definitions ? @@ -97,8 +97,8 @@ require ( dario.cat/mergo v1.0.1 // indirect github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect - github.com/DataDog/datadog-agent/comp/netflow/payload v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect github.com/DataDog/zstd v1.5.6 // indirect github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f // indirect @@ -279,8 +279,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 github.com/DataDog/datadog-go/v5 v5.6.0 github.com/aws/aws-sdk-go v1.55.6 github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0 @@ -290,7 +290,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.63.0-rc.5 // indirect github.com/blang/semver/v4 v4.0.0 // indirect github.com/charmbracelet/x/ansi v0.6.0 // indirect github.com/charmbracelet/x/term v0.2.1 // indirect diff --git a/test/otel/go.mod b/test/otel/go.mod index 1c4919d9156fe..bced7612019c0 100644 --- a/test/otel/go.mod +++ b/test/otel/go.mod @@ -98,19 +98,19 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.63.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.63.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/compression v0.63.0-rc.5 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog v0.118.0 ) @@ -132,56 +132,56 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.141 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/option v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.63.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.63.0-rc.5 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.34.0 // indirect github.com/DataDog/datadog-go/v5 v5.6.0 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect