diff --git a/comp/api/authtoken/go.mod b/comp/api/authtoken/go.mod index aa4ae0a5236eb..c8bec0fae0815 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.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 0e304ba13c4f8..4324e82544310 100644 --- a/comp/core/config/go.mod +++ b/comp/core/config/go.mod @@ -33,38 +33,38 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 github.com/DataDog/viper v1.13.5 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 ) require ( - github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect diff --git a/comp/core/flare/types/go.mod b/comp/core/flare/types/go.mod index fd53f43cfd0e5..65a357dcb8d2f 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.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 go.uber.org/fx v1.22.2 ) diff --git a/comp/core/hostname/hostnameinterface/go.mod b/comp/core/hostname/hostnameinterface/go.mod index 6607556a8b2eb..a93d93f53348f 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.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 ) require ( - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect diff --git a/comp/core/log/impl-trace/go.mod b/comp/core/log/impl-trace/go.mod index 7b153a190440c..2f530c7b3c918 100644 --- a/comp/core/log/impl-trace/go.mod +++ b/comp/core/log/impl-trace/go.mod @@ -40,42 +40,42 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect; v2.6 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 // indirect ) require ( - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.3 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/comp/core/log/impl/go.mod b/comp/core/log/impl/go.mod index 6425f4564dad8..e618951dbf591 100644 --- a/comp/core/log/impl/go.mod +++ b/comp/core/log/impl/go.mod @@ -35,36 +35,36 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 0b5a927d86e19..9226b33126ead 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.3 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect diff --git a/comp/core/secrets/go.mod b/comp/core/secrets/go.mod index 25ebe6451db1b..18fe63e6d61ef 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.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 github.com/benbjohnson/clock v1.3.0 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 @@ -33,9 +33,9 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.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 032c8fc179285..3fc4633a020b7 100644 --- a/comp/core/status/statusimpl/go.mod +++ b/comp/core/status/statusimpl/go.mod @@ -40,17 +40,17 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 github.com/gorilla/mux v1.8.1 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 @@ -58,26 +58,26 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect diff --git a/comp/core/tagger/types/go.mod b/comp/core/tagger/types/go.mod index c5b750e70638e..aa40be8308063 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.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) diff --git a/comp/core/telemetry/go.mod b/comp/core/telemetry/go.mod index 43c11d8efe6ab..b8f0d0c1fa285 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.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 github.com/prometheus/client_golang v1.17.0 github.com/prometheus/client_model v0.5.0 github.com/stretchr/testify v1.9.0 @@ -20,8 +20,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/comp/forwarder/defaultforwarder/go.mod b/comp/forwarder/defaultforwarder/go.mod index 3d949d9d1510f..0bea0a796a8f1 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.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 github.com/golang/protobuf v1.5.3 github.com/hashicorp/go-multierror v1.1.1 github.com/stretchr/testify v1.9.0 @@ -82,24 +82,24 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 69fa93db3be5f..984743f3abd28 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.61.0-rc.2 +require github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.3 // Internal deps fix version replace ( @@ -66,42 +66,42 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 78482cd9ad380..96ff07f3592e7 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 github.com/DataDog/viper v1.13.5 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/comp/otelcol/collector-contrib/impl/go.mod b/comp/otelcol/collector-contrib/impl/go.mod index c6e4056f08614..5e74389d4a491 100644 --- a/comp/otelcol/collector-contrib/impl/go.mod +++ b/comp/otelcol/collector-contrib/impl/go.mod @@ -7,7 +7,7 @@ go 1.22.0 toolchain go1.22.8 require ( - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.3 github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.114.0 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sapmexporter v0.114.0 github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckextension v0.114.0 diff --git a/comp/otelcol/converter/impl/go.mod b/comp/otelcol/converter/impl/go.mod index d9f626e886af8..0d646ac8335cc 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.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 go.opentelemetry.io/collector/confmap v1.20.0 go.opentelemetry.io/collector/confmap/provider/envprovider v1.20.0 @@ -53,29 +53,29 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // 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 404deecd94d2f..e9667318063e0 100644 --- a/comp/otelcol/ddflareextension/impl/go.mod +++ b/comp/otelcol/ddflareextension/impl/go.mod @@ -104,13 +104,13 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 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.114.0 @@ -178,84 +178,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.135 // indirect - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.31.0 // indirect github.com/DataDog/datadog-go/v5 v5.5.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 f6f038968b321..7ed51f77fcb68 100644 --- a/comp/otelcol/logsagentpipeline/go.mod +++ b/comp/otelcol/logsagentpipeline/go.mod @@ -60,52 +60,52 @@ replace ( github.com/DataDog/datadog-agent/pkg/version => ../../../pkg/version ) -require github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.2 +require github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.3 require ( github.com/DataDog/agent-payload/v5 v5.0.106 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect diff --git a/comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod b/comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod index 7f6f998662418..fe06bdde29cfe 100644 --- a/comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod +++ b/comp/otelcol/logsagentpipeline/logsagentpipelineimpl/go.mod @@ -62,27 +62,27 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 go.uber.org/zap v1.27.0 @@ -90,37 +90,37 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.106 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect diff --git a/comp/otelcol/otlp/components/exporter/datadogexporter/go.mod b/comp/otelcol/otlp/components/exporter/datadogexporter/go.mod index b4252de85e772..453da84af3d52 100644 --- a/comp/otelcol/otlp/components/exporter/datadogexporter/go.mod +++ b/comp/otelcol/otlp/components/exporter/datadogexporter/go.mod @@ -92,16 +92,16 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 github.com/DataDog/datadog-go/v5 v5.5.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.21.0 @@ -131,72 +131,72 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.119 // indirect - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.26.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.16 // indirect diff --git a/comp/otelcol/otlp/components/exporter/logsagentexporter/go.mod b/comp/otelcol/otlp/components/exporter/logsagentexporter/go.mod index 44184aa87aed6..a98a635a11f5d 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.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.21.0 github.com/stormcat24/protodep v0.1.8 @@ -65,29 +65,29 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.13.0 // indirect github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.21.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 f40cb38d2daf5..d8d320a28b8c8 100644 --- a/comp/otelcol/otlp/components/exporter/serializerexporter/go.mod +++ b/comp/otelcol/otlp/components/exporter/serializerexporter/go.mod @@ -64,11 +64,11 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.21.0 github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.21.0 @@ -91,50 +91,50 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.114 // indirect - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect github.com/DataDog/sketches-go v1.4.4 // indirect github.com/DataDog/viper v1.13.5 // indirect diff --git a/comp/otelcol/otlp/components/metricsclient/go.mod b/comp/otelcol/otlp/components/metricsclient/go.mod index 3b76fd3355580..ead44eba9c755 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.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 github.com/DataDog/datadog-go/v5 v5.5.0 github.com/stretchr/testify v1.9.0 go.opentelemetry.io/otel v1.32.0 diff --git a/comp/otelcol/otlp/components/processor/infraattributesprocessor/go.mod b/comp/otelcol/otlp/components/processor/infraattributesprocessor/go.mod index d4592738e1ba7..5f1d6bd8caf89 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.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 go.opentelemetry.io/collector/component v0.114.0 go.opentelemetry.io/collector/component/componenttest v0.114.0 @@ -52,7 +52,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.3 // indirect github.com/davecgh/go-spew v1.1.1 // 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 231409805b0ca..6075c83eb4fcf 100644 --- a/comp/otelcol/otlp/components/statsprocessor/go.mod +++ b/comp/otelcol/otlp/components/statsprocessor/go.mod @@ -18,10 +18,10 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 github.com/DataDog/datadog-go/v5 v5.5.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 github.com/stretchr/testify v1.9.0 @@ -33,13 +33,13 @@ require ( require go.opentelemetry.io/collector/component v0.114.0 // indirect require ( - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/DataDog/go-sqllexer v0.0.16 // 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 72a314c6dd4b1..30ae93e62038f 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.21.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 github.com/DataDog/sketches-go v1.4.6 @@ -46,22 +46,22 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // 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/compression/go.mod b/comp/serializer/compression/go.mod index efa09e6de53d3..7e2381c0a4c50 100644 --- a/comp/serializer/compression/go.mod +++ b/comp/serializer/compression/go.mod @@ -34,34 +34,34 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/DataDog/zstd v1.5.5 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/comp/trace/agent/def/go.mod b/comp/trace/agent/def/go.mod index 965fdef79a44e..7c947d5401337 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.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 go.opentelemetry.io/collector/pdata v1.20.0 ) diff --git a/comp/trace/compression/impl-gzip/go.mod b/comp/trace/compression/impl-gzip/go.mod index 618c24b1b4320..67753aa08796e 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.61.0-rc.2 +require github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 diff --git a/comp/trace/compression/impl-zstd/go.mod b/comp/trace/compression/impl-zstd/go.mod index 3599b04abf4ee..64848c9e9aaf7 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.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 github.com/DataDog/zstd v1.5.5 ) diff --git a/go.mod b/go.mod index f661377730191..c00ea50473767 100644 --- a/go.mod +++ b/go.mod @@ -150,15 +150,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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/gohai v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 github.com/DataDog/datadog-go/v5 v5.5.0 github.com/DataDog/datadog-operator v0.7.1-0.20241024104907-734366f3c0d1 github.com/DataDog/ebpf-manager v0.7.4 @@ -595,14 +595,14 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/api/authtoken v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/impl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/utilizationtracker v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/api/authtoken v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/impl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/utilizationtracker v0.61.0-rc.3 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 @@ -643,96 +643,96 @@ require ( require ( github.com/DATA-DOG/go-sqlmock v1.5.2 github.com/DataDog/agent-payload/v5 v5.0.137 - github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/impl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/impl-trace v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/status/statusimpl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/remote v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/errors v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/networkdevice/profile v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/security/seclwin v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/containers/image v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/impl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/impl-trace v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/status/statusimpl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/remote v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/errors v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/networkdevice/profile v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/security/seclwin v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/containers/image v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 github.com/DataDog/go-libddwaf/v3 v3.5.1 github.com/DataDog/go-sqllexer v0.0.17 github.com/Datadog/dublin-traceroute v0.0.2 @@ -795,13 +795,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.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.31.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.21.0 // indirect diff --git a/pkg/aggregator/ckey/go.mod b/pkg/aggregator/ckey/go.mod index 08c7a6da6fc94..69b2d35d712fe 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 github.com/twmb/murmur3 v1.1.8 ) diff --git a/pkg/api/go.mod b/pkg/api/go.mod index 36ad942b4a4d6..34771dbe66a8a 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 dd629827b30ac..21937758489a1 100644 --- a/pkg/config/env/go.mod +++ b/pkg/config/env/go.mod @@ -11,15 +11,15 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 afae6e100c811..a61fe0760f3bb 100644 --- a/pkg/config/mock/go.mod +++ b/pkg/config/mock/go.mod @@ -30,28 +30,28 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 e32bb31ead1b1..19b0828c03c19 100644 --- a/pkg/config/model/go.mod +++ b/pkg/config/model/go.mod @@ -10,7 +10,7 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/DataDog/viper v1.13.5 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/stretchr/testify v1.9.0 @@ -18,7 +18,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/fsnotify/fsnotify v1.4.7 // indirect diff --git a/pkg/config/nodetreemodel/go.mod b/pkg/config/nodetreemodel/go.mod index 271488c0690ea..5f694d0b45d42 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/DataDog/viper v1.13.5 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/spf13/cast v1.7.0 @@ -24,7 +24,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/fsnotify/fsnotify v1.4.7 // indirect diff --git a/pkg/config/remote/go.mod b/pkg/config/remote/go.mod index be18d1963a843..ab176d14cbe5a 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.3 github.com/Masterminds/semver v1.5.0 github.com/benbjohnson/clock v1.3.0 github.com/pkg/errors v0.9.1 @@ -65,26 +65,26 @@ require ( require ( github.com/DataDog/appsec-internal-go v1.7.0 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/datadog-go/v5 v5.5.0 // indirect github.com/DataDog/go-libddwaf/v3 v3.3.0 // indirect github.com/DataDog/go-sqllexer v0.0.16 // indirect @@ -117,7 +117,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/DataDog/go-tuf v1.1.0-0.5.2 github.com/DataDog/viper v1.13.5 // 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 efe4127ea17b4..c6554ae3d6946 100644 --- a/pkg/config/setup/go.mod +++ b/pkg/config/setup/go.mod @@ -33,35 +33,35 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 gopkg.in/yaml.v2 v2.4.0 ) require ( - github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/beorn7/perks v1.0.1 // indirect diff --git a/pkg/config/structure/go.mod b/pkg/config/structure/go.mod index 1df0721d38cae..fa5becd03677e 100644 --- a/pkg/config/structure/go.mod +++ b/pkg/config/structure/go.mod @@ -34,16 +34,16 @@ replace ( replace github.com/spf13/cast => github.com/DataDog/cast v1.8.0 require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 github.com/DataDog/viper v1.13.5 github.com/spf13/cast v1.7.0 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect diff --git a/pkg/config/teeconfig/go.mod b/pkg/config/teeconfig/go.mod index 81b16317ce996..6009915260ad1 100644 --- a/pkg/config/teeconfig/go.mod +++ b/pkg/config/teeconfig/go.mod @@ -9,13 +9,13 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/DataDog/viper v1.13.5 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/fsnotify/fsnotify v1.4.7 // indirect github.com/hashicorp/hcl v1.0.0 // indirect diff --git a/pkg/config/utils/go.mod b/pkg/config/utils/go.mod index e4c6aa6a67c21..11749aae2692d 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/gohai/go.mod b/pkg/gohai/go.mod index 23cd46fd29662..7a52b4b680616 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.22.0 require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/moby/sys/mountinfo v0.7.2 github.com/shirou/gopsutil/v3 v3.24.5 @@ -14,7 +14,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/go-ole/go-ole v1.2.6 // indirect github.com/kr/pretty v0.3.1 // indirect diff --git a/pkg/logs/auditor/go.mod b/pkg/logs/auditor/go.mod index 93b4252950900..df5da65721561 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 460f7a65531bf..5391278ce9547 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 golang.org/x/net v0.31.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/benbjohnson/clock v1.3.5 // indirect diff --git a/pkg/logs/diagnostic/go.mod b/pkg/logs/diagnostic/go.mod index e4e6c8bc0d269..6d475edd5ba96 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.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 8dea015906083..14dab5964a82d 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 2f4c01a8d1883..1a54f137cd0f6 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.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 github.com/benbjohnson/clock v1.3.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/pkg/logs/pipeline/go.mod b/pkg/logs/pipeline/go.mod index 09eef9d22ea39..da7a90b796fdd 100644 --- a/pkg/logs/pipeline/go.mod +++ b/pkg/logs/pipeline/go.mod @@ -57,22 +57,22 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.3 github.com/hashicorp/go-multierror v1.1.1 github.com/stretchr/testify v1.9.0 go.uber.org/atomic v1.11.0 @@ -80,32 +80,32 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.106 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect diff --git a/pkg/logs/processor/go.mod b/pkg/logs/processor/go.mod index 532115b72e7da..b08a34f8d7478 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.106 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect diff --git a/pkg/logs/sds/go.mod b/pkg/logs/sds/go.mod index 6c717de7baaf2..231c3de8dca71 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/beorn7/perks v1.0.1 // indirect diff --git a/pkg/logs/sender/go.mod b/pkg/logs/sender/go.mod index 4336651a229ad..738ed3986fba9 100644 --- a/pkg/logs/sender/go.mod +++ b/pkg/logs/sender/go.mod @@ -50,46 +50,46 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/benbjohnson/clock v1.3.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/beorn7/perks v1.0.1 // indirect diff --git a/pkg/logs/sources/go.mod b/pkg/logs/sources/go.mod index de064e7308acd..2929af8d68714 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 33dd010912818..9e7a8ff313cb4 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.61.0-rc.2 +require github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect diff --git a/pkg/metrics/go.mod b/pkg/metrics/go.mod index 8cf561d79d6fe..00e739e7fd9ec 100644 --- a/pkg/metrics/go.mod +++ b/pkg/metrics/go.mod @@ -38,40 +38,40 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.21.0 github.com/stretchr/testify v1.9.0 go.uber.org/atomic v1.11.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/sketches-go v1.4.4 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect diff --git a/pkg/orchestrator/model/go.mod b/pkg/orchestrator/model/go.mod index 84ca93c51dd8f..3ec18da30fdab 100644 --- a/pkg/orchestrator/model/go.mod +++ b/pkg/orchestrator/model/go.mod @@ -8,12 +8,12 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/patrickmn/go-cache v2.1.0+incompatible ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect go.uber.org/atomic v1.11.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect diff --git a/pkg/process/util/api/go.mod b/pkg/process/util/api/go.mod index 956f761a25217..609f14422172b 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.114 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 github.com/gogo/protobuf v1.3.2 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect github.com/DataDog/mmh3 v0.0.0-20200805151601-30884ca2197a // indirect github.com/DataDog/zstd v1.4.8 // 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 4b1685beb5f63..9e7be4455ce82 100644 --- a/pkg/security/seclwin/go.mod +++ b/pkg/security/seclwin/go.mod @@ -5,7 +5,7 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/pkg/security/secl => ../secl require ( - github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.3 modernc.org/mathutil v1.6.0 ) diff --git a/pkg/serializer/go.mod b/pkg/serializer/go.mod index 98db6cba1e5b7..0c45ce84e7817 100644 --- a/pkg/serializer/go.mod +++ b/pkg/serializer/go.mod @@ -64,21 +64,21 @@ replace ( require ( github.com/DataDog/agent-payload/v5 v5.0.114 - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.21.0 github.com/gogo/protobuf v1.3.2 github.com/json-iterator/go v1.1.12 @@ -89,38 +89,38 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect github.com/DataDog/sketches-go v1.4.4 // indirect github.com/DataDog/viper v1.13.5 // indirect diff --git a/pkg/tagset/go.mod b/pkg/tagset/go.mod index 89db0d071e9d0..9f4995f770bee 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.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 github.com/twmb/murmur3 v1.1.8 ) diff --git a/pkg/telemetry/go.mod b/pkg/telemetry/go.mod index 088d1128fbda5..88479716d9a1c 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.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 go.uber.org/atomic v1.7.0 ) require ( - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/pkg/trace/go.mod b/pkg/trace/go.mod index 5c702904a7d4b..ea4310ed7eac6 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.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 github.com/DataDog/datadog-go/v5 v5.5.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 github.com/DataDog/sketches-go v1.4.6 diff --git a/pkg/trace/stats/oteltest/go.mod b/pkg/trace/stats/oteltest/go.mod index c30b421d39631..17cb4c76e89c2 100644 --- a/pkg/trace/stats/oteltest/go.mod +++ b/pkg/trace/stats/oteltest/go.mod @@ -3,9 +3,9 @@ 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 github.com/DataDog/datadog-go/v5 v5.5.0 github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 github.com/google/go-cmp v0.6.0 @@ -20,14 +20,14 @@ require ( require go.opentelemetry.io/collector/component v0.114.0 // indirect require ( - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/DataDog/go-sqllexer v0.0.16 // 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 ab85489846641..c8b7df425cd35 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 github.com/containerd/cgroups/v3 v3.0.2 github.com/google/go-cmp v0.6.0 github.com/karrick/godirwalk v1.17.0 @@ -18,7 +18,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/coreos/go-systemd/v22 v22.3.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/pkg/util/defaultpaths/go.mod b/pkg/util/defaultpaths/go.mod index 5def8e7f4862a..8771c511e5eea 100644 --- a/pkg/util/defaultpaths/go.mod +++ b/pkg/util/defaultpaths/go.mod @@ -10,14 +10,14 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 golang.org/x/sys v0.27.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // 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 8b464562f7e98..74ab2216e5435 100644 --- a/pkg/util/filesystem/go.mod +++ b/pkg/util/filesystem/go.mod @@ -9,7 +9,7 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 github.com/shirou/gopsutil/v3 v3.23.9 github.com/stretchr/testify v1.9.0 @@ -17,7 +17,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-ole/go-ole v1.2.6 // indirect diff --git a/pkg/util/flavor/go.mod b/pkg/util/flavor/go.mod index 9143d27c54895..dba1b24dd68a2 100644 --- a/pkg/util/flavor/go.mod +++ b/pkg/util/flavor/go.mod @@ -31,28 +31,28 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 26e9ef3772776..6dca8d1ad6088 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 github.com/spf13/cobra v1.7.0 github.com/stretchr/testify v1.9.0 go.uber.org/fx v1.22.2 diff --git a/pkg/util/grpc/go.mod b/pkg/util/grpc/go.mod index 96525ecdca652..9748d58eb3b27 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 github.com/stretchr/testify v1.9.0 @@ -46,25 +46,25 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/pkg/util/hostname/validate/go.mod b/pkg/util/hostname/validate/go.mod index 7df98c63d2208..7ce77665a6d58 100644 --- a/pkg/util/hostname/validate/go.mod +++ b/pkg/util/hostname/validate/go.mod @@ -8,12 +8,12 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect diff --git a/pkg/util/http/go.mod b/pkg/util/http/go.mod index 2d6eee3407106..9f7ca18463296 100644 --- a/pkg/util/http/go.mod +++ b/pkg/util/http/go.mod @@ -31,30 +31,30 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/stretchr/testify v1.9.0 golang.org/x/net v0.31.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // 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 4e64bd10acab9..4a1aa9f00b73c 100644 --- a/pkg/util/log/go.mod +++ b/pkg/util/log/go.mod @@ -5,7 +5,7 @@ go 1.22.0 replace github.com/DataDog/datadog-agent/pkg/util/scrubber => ../scrubber require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/stretchr/testify v1.9.0 go.uber.org/atomic v1.11.0 diff --git a/pkg/util/log/setup/go.mod b/pkg/util/log/setup/go.mod index 75bab312f2b61..124c79fb412b6 100644 --- a/pkg/util/log/setup/go.mod +++ b/pkg/util/log/setup/go.mod @@ -31,30 +31,30 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect github.com/DataDog/viper v1.13.5 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/pkg/util/system/go.mod b/pkg/util/system/go.mod index e6fc81e1b3532..c2b5943f1cb45 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.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 github.com/shirou/gopsutil/v3 v3.23.12 github.com/stretchr/testify v1.9.0 go.uber.org/atomic v1.11.0 @@ -24,7 +24,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-ole/go-ole v1.2.6 // indirect diff --git a/pkg/util/uuid/go.mod b/pkg/util/uuid/go.mod index 4f630f6800755..25ebdcf4a7551 100644 --- a/pkg/util/uuid/go.mod +++ b/pkg/util/uuid/go.mod @@ -9,14 +9,14 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/shirou/gopsutil/v3 v3.24.1 golang.org/x/sys v0.27.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/go-ole/go-ole v1.2.6 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect diff --git a/pkg/util/winutil/go.mod b/pkg/util/winutil/go.mod index 164a2f610511d..8e098c99f7e01 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.61.0-rc.2 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/fsnotify/fsnotify v1.7.0 github.com/stretchr/testify v1.9.0 @@ -17,7 +17,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect diff --git a/test/fakeintake/go.mod b/test/fakeintake/go.mod index 0fc9caad6fd8c..2816141040976 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.106 - github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 github.com/DataDog/zstd v1.5.5 github.com/benbjohnson/clock v1.3.5 github.com/cenkalti/backoff/v4 v4.2.1 diff --git a/test/new-e2e/go.mod b/test/new-e2e/go.mod index 549f2fe4904a8..de53f1966e32c 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.122 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 - github.com/DataDog/datadog-agent/test/fakeintake v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 + github.com/DataDog/datadog-agent/test/fakeintake v0.61.0-rc.3 github.com/DataDog/datadog-api-client-go v1.16.0 github.com/DataDog/datadog-api-client-go/v2 v2.27.0 // Are you bumping github.com/DataDog/test-infra-definitions ? @@ -98,8 +98,8 @@ require ( dario.cat/mergo v1.0.1 // indirect github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect github.com/BurntSushi/toml v1.2.1 // indirect - github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 github.com/DataDog/mmh3 v0.0.0-20200805151601-30884ca2197a // indirect github.com/DataDog/zstd v1.5.5 // indirect github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f // indirect @@ -288,8 +288,8 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 github.com/DataDog/datadog-go/v5 v5.5.0 github.com/aws/aws-sdk-go v1.50.36 github.com/aws/session-manager-plugin v0.0.0-20241010233726-61cf1288c7c6 @@ -298,7 +298,7 @@ require ( ) require ( - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.3 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.67.0 // indirect github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.56.0 // indirect diff --git a/test/otel/go.mod b/test/otel/go.mod index 3b1cf7d513e26..e99063a105a46 100644 --- a/test/otel/go.mod +++ b/test/otel/go.mod @@ -94,19 +94,19 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.2 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.2 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.2 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.3 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.3 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.3 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog v0.114.0 ) @@ -126,54 +126,54 @@ require ( require ( github.com/DataDog/agent-payload/v5 v5.0.119 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.2 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.2 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.3 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.3 // indirect github.com/DataDog/datadog-api-client-go/v2 v2.26.0 // indirect github.com/DataDog/datadog-go/v5 v5.5.0 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect