diff --git a/comp/api/authtoken/go.mod b/comp/api/authtoken/go.mod index 84d1117e5f37e..f345bdfc89ce8 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.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 1b59b3ef6bb50..fd4ede3c7217f 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.4 - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // 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 3249be8ec10f4..9f9dec0377470 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.4 + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 go.uber.org/fx v1.22.2 ) diff --git a/comp/core/hostname/hostnameinterface/go.mod b/comp/core/hostname/hostnameinterface/go.mod index d25b9f594e721..a9506451cfa5f 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.4 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // 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 cdfbb5dcae934..b3bf0da4cac5e 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.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.5 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 6e50e23f687e3..86071b3413378 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.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 04d823450f013..036279571f2c0 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.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.5 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 487b7a1cafc17..aa50fe75997c8 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.4 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // 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 92182e63d020b..f634d56a4583e 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.4 - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 2e4145b7b4245..26b8c03cf42eb 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.4 + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) diff --git a/comp/core/telemetry/go.mod b/comp/core/telemetry/go.mod index b44dac8a2f8e1..29e4524f87fd6 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.4 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // 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 eb9f8662f62ce..9e17f36905553 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.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 1d3adca0cc533..041bce74458e6 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.4 +require github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.5 // Internal deps fix version replace ( @@ -66,42 +66,42 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 8c2b1e2726228..f1b2521b1f455 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.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 9f968478778e4..d2c78e90ab2d9 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.4 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.5 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 c31fcdb89a9f3..9b6740e133ed5 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.4 - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 7a1311dad35a0..69d03f97242aa 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.4 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 github.com/google/go-cmp v0.6.0 github.com/gorilla/mux v1.8.1 github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector v0.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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 8b072b839c726..624e1e60c43c1 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.4 +require github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.5 require ( github.com/DataDog/agent-payload/v5 v5.0.106 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.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 2193de09f71f8..f1ed1b56c7a6b 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.4 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.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 b7993423ea882..a3222676cdafe 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.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 07b6e68af6c7c..7dfefdd739079 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.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 92ff8fd3f3d2d..1ff58f49060e4 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.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 2940248335119..d1f04f6ca7eec 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.4 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 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 a257ce933c347..3d975ee6d8f9b 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.4 - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.5 // 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 c22959368c465..52942ab186122 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.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 158372653aac4..09ec102524347 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.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 29f8619fbc6c6..4f71bd91fb138 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.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 github.com/DataDog/zstd v1.5.5 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 245b19c1a602d..d7ca5aa5278c6 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.4 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 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 f08e151ebb4de..16d571be09d6e 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.4 +require github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 diff --git a/comp/trace/compression/impl-zstd/go.mod b/comp/trace/compression/impl-zstd/go.mod index d60941dfde337..db0c2ec0061af 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.4 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 github.com/DataDog/zstd v1.5.5 ) diff --git a/go.mod b/go.mod index 2a7ea084660eb..99e6f2e61e212 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.4 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/gohai v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 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.4 - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/impl v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/utilizationtracker v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/api/authtoken v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/impl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/utilizationtracker v0.61.0-rc.5 github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.11 github.com/NVIDIA/go-nvml v0.12.4-0 github.com/cloudflare/cbpfc v0.0.0-20240920015331-ff978e94500b @@ -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.4 - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/impl v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/impl-trace v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/status/statusimpl v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/remote v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/errors v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/networkdevice/profile v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/security/seclwin v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/containers/image v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/impl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/impl-trace v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/status/statusimpl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/remote v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/errors v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/networkdevice/profile v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/security/seclwin v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/containers/image v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // 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 fc56871c979b5..ca0481f80411f 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.4 - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.5 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 b1ff8c1d8214d..f9cc1c4078b54 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.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 c345301013402..afb8dc076f22d 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.4 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 2f8d6688fd1d0..969dd26edd3aa 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.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 2913c409c888e..5f2498724d164 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.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 1a4029e70825b..98b003e0575f1 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.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 8f12fbabaf203..7c162289f2031 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.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 a1308f4770314..075f026dc7618 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.4 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // 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 cab427704b2d3..b7a64006e704a 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.4 - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 684eb3773818d..7d6a182774101 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.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 github.com/DataDog/viper v1.13.5 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 6965aedd467af..00c4cd73cabeb 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.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 6a733489638f2..9b3c5bd4e8bb0 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.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 87f2e17aaac99..c5078241bc4dc 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.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 2ace3ee7b063f..93ae24c1d2fac 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.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 10bf7166d4a00..8c8b08b99dc03 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.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 a118397f1fafa..5f33113d3c15f 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.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 39242aaf456c3..9f0410896bef3 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.4 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // 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 32c4cb9f451d5..6acafa55046d9 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.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.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 e7c47f650fe87..afdc3f48ee346 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.4 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // indirect github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect github.com/DataDog/viper v1.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 a6d42ba5799f2..62c269542a20c 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.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 2756b0d5cf96f..47ac0330e0c7c 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.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 02bb72847a32c..3c6ae19808af2 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.4 - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 62d81686a0356..b79e3a83a4180 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.4 +require github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 4a29498a8ba31..1de714bdbc05a 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.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 1f67c2d98b35c..db59c887adbfe 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.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 github.com/patrickmn/go-cache v2.1.0+incompatible ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect go.uber.org/atomic v1.11.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect diff --git a/pkg/process/util/api/go.mod b/pkg/process/util/api/go.mod index 7e447095068b4..b68e6f45de308 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.4 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // 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 0c08be8e8a457..6347c197276dc 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.4 + github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.5 modernc.org/mathutil v1.6.0 ) diff --git a/pkg/serializer/go.mod b/pkg/serializer/go.mod index 6f0e7f91a963c..3698c9e056f29 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.4 - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 780156ad0d39a..bf9ec62577bf6 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.4 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.5 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 4cfefe2bc7f04..70358e9ef8e3d 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.4 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 go.uber.org/atomic v1.7.0 ) require ( - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // 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 f18d516775d20..23e7a89ba89d5 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.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 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 de30c6ee41df9..70394252f7bcd 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.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 189f8a42fb247..c681a44d92aa5 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.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 5105ce8ab5daa..c2b1885679def 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.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 golang.org/x/sys v0.27.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect go.uber.org/atomic v1.11.0 // indirect diff --git a/pkg/util/filesystem/go.mod b/pkg/util/filesystem/go.mod index 8c10ad237752d..cb16d48361a12 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.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 07528ba94b290..0eb332fd3acc8 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.4 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 c2760bc7da661..51eaab8804ed0 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.4 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 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 12708c920aaff..a0a9a765f75cf 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.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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 cfbaa0f18561d..142dcfbd0511b 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.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 47e9d13e7f082..c111bd760a1e1 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.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 c4876bbb5aea5..e6b82aec504bb 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.4 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 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 37b6c25803538..0dbc5c13fd611 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.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // 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 9e3953a13543f..f216c581c1fa6 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.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 20b641fc9cc2e..60d61a30d362f 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.4 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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 9205689135665..1d0b191d139d1 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.4 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // 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/release.json b/release.json index 8954a414e32c7..09d559113cabf 100644 --- a/release.json +++ b/release.json @@ -44,7 +44,7 @@ "WINDOWS_APMINJECT_SHASUM": "5fdd62a84e640204386b9c28dc2e3ac5d9b8adde6427cb9f5914619f94d7b5bd" }, "release-a6": { - "INTEGRATIONS_CORE_VERSION": "7.61.0-rc.4", + "INTEGRATIONS_CORE_VERSION": "7.61.0-rc.5", "OMNIBUS_SOFTWARE_VERSION": "7.61.0-rc.1", "OMNIBUS_RUBY_VERSION": "7.61.0-rc.1", "JMXFETCH_VERSION": "0.49.6", @@ -59,7 +59,7 @@ "WINDOWS_DDPROCMON_SHASUM": "3a23804adc7280390aabc01f0b709853755baa111f821f99627cd661ee917490" }, "release-a7": { - "INTEGRATIONS_CORE_VERSION": "7.61.0-rc.4", + "INTEGRATIONS_CORE_VERSION": "7.61.0-rc.5", "OMNIBUS_SOFTWARE_VERSION": "7.61.0-rc.1", "OMNIBUS_RUBY_VERSION": "7.61.0-rc.1", "JMXFETCH_VERSION": "0.49.6", diff --git a/test/fakeintake/go.mod b/test/fakeintake/go.mod index 68d359d1403b3..7a261c72f934e 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.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 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 373994d94db9f..1c838708d9c5c 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.4 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 - github.com/DataDog/datadog-agent/test/fakeintake v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 + github.com/DataDog/datadog-agent/test/fakeintake v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 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.4 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 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.4 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.5 // 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 39e8954c102bd..907ef3076bd30 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.4 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.4 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.4 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.4 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.5 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.5 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.5 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.4 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.4 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.4 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.5 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.5 // 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