diff --git a/comp/api/authtoken/go.mod b/comp/api/authtoken/go.mod index d2416f3455e97..028a57aa9f526 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.7 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 2859b1153d690..a95b0ed3cfb62 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.7 - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // 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 41f173e5a5e4b..b92b7bf50609b 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.7 + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 go.uber.org/fx v1.22.2 ) diff --git a/comp/core/hostname/hostnameinterface/go.mod b/comp/core/hostname/hostnameinterface/go.mod index ebb382595fd7e..3ad827339c1f0 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.7 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // 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 15855b394527a..dcc66b6cb9f5d 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.7 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.8 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 e27b25ac512c2..9c3c5b3c1efc5 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.7 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 d97b041e0191d..11f8bbd09fcf8 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.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.8 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 ) require ( - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 a9d8722771026..a8abbf02e5eea 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.7 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // 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 246e807d3549f..72ad65f40490e 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.7 - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 dc24d94fa19a3..ece6075be503c 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.7 + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) diff --git a/comp/core/telemetry/go.mod b/comp/core/telemetry/go.mod index 7b77ec8d9da26..135a8a201145d 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.7 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // 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 78c2d0354f07a..4b4a8f6854120 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.7 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 55335bd611bcd..e650a539a7955 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.7 +require github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.8 // Internal deps fix version replace ( @@ -66,42 +66,42 @@ replace ( ) require ( - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 2b87d896ba648..70cd5aa2100f2 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.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 de5e5e2c60ee9..3fc5e1bf379ef 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.7 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.8 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 5cb185aa24b3d..b60225116306e 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.7 - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 24098fd61ba39..bf0551d3f6974 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.7 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 af9cd83feb55c..f5dfac9e4d321 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.7 +require github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.8 require ( github.com/DataDog/agent-payload/v5 v5.0.106 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 5a07329df27fc..d04a56168aa5a 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.7 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 ea35016503c7f..38a6d79f46c03 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.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 adb76e64a0f5b..b1d63c3e761d2 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.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 765325fe06a4e..42e28e198c74d 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.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 3d83a539da5bc..cb37aaa7d95a7 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.7 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 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 547d77c0061b5..872407a304c39 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.7 - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.8 // 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 f4ab7788aec35..e10f263134e6e 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.7 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 105cbb2f7028e..75e6eb3ef4eda 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.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 751e1e2618da1..0d845199f92e0 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.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/DataDog/zstd v1.5.5 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 926b706bb633e..72a23c4d855cf 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.7 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 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 a37dafa9cdc06..7e473a13b096e 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.7 +require github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 diff --git a/comp/trace/compression/impl-zstd/go.mod b/comp/trace/compression/impl-zstd/go.mod index bac4d1271e638..5b03797322e7e 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.7 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 github.com/DataDog/zstd v1.5.5 ) diff --git a/go.mod b/go.mod index 4bf22f2c166a5..5ee26a0b8a33a 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.7 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/gohai v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 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.7 - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/impl v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/utilizationtracker v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/api/authtoken v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/impl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/defaultpaths v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/utilizationtracker v0.61.0-rc.8 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.7 - github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/impl v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/impl-trace v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/status/statusimpl v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/remote v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/errors v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/networkdevice/profile v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/security/seclwin v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/containers/image v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/impl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/impl-trace v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/status/statusimpl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/tagger/tags v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/converter/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/converter/impl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/agent/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/remote v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/errors v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/networkdevice/profile v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/security/seclwin v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/serializer v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/containers/image v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/flavor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // 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 0e25df084ba01..4b31b591fb92e 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.7 - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.8 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 c0f5cae9d672e..78694d52e134c 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.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 7f5b84a63fc9a..672d655520634 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.7 - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 44ba43ed06b46..e5b8b3932fd8a 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.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 c116f8c3a97fb..fa00f9705b82c 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.7 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 9b0c7a87545ef..ae85142092cb0 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.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 e29c3840e3cf1..0a59102cbe048 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.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/grpc v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/uuid v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 285eb9f6b9913..9c4d1873d5dcb 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.7 - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/api/api/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // 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 0e60c2610aea6..03b3001955bc6 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.7 - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 1e6409132fba7..5c95cf16c9a67 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.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/DataDog/viper v1.13.5 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 35488bcb429cc..af5cc8cd4b425 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.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 33c65c08625d5..4be869cccc0d2 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.7 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 6d927ded49abe..b560e4c47eadd 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.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 cf86cc21c2218..60258920cba55 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.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/util/testutils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 golang.org/x/net v0.33.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 bd52865144c70..9b7b37ccd8b96 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.7 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 ff2f42dfe4d5c..2055452015a8b 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.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 fdd1e806aa372..7877ac9104560 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.7 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // 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 026e50bcc47c4..839f7cce9f3b5 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.7 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 92fb6a1840a4f..570baa3c6818d 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.7 - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 143a39e3f4e2f..8b4b9d8a384c0 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.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 4f71cb90811d2..e752d1a5b9b26 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.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 d494d8f18d70e..73bf305be8961 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.7 - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 19262cd2e1d41..488ba6ac60f89 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.7 +require github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 cc7737e6293a5..0f9ca0ce24df3 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.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 3d492024997df..9f30a9bff83a3 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.7 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/patrickmn/go-cache v2.1.0+incompatible ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 948933ad8c758..d2b4514997134 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.7 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // 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 52154f7465aba..8e7835aa8ab18 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.7 + github.com/DataDog/datadog-agent/pkg/security/secl v0.61.0-rc.8 modernc.org/mathutil v1.6.0 ) diff --git a/pkg/serializer/go.mod b/pkg/serializer/go.mod index 1fe2fd4398fd1..f8b1da96ee563 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.7 - github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/metrics v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/process/util/api v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/tagger/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/tagset v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/json v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/status v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/buf v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/common v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 68c5372d2f6fd..bcd8a9f3c0221 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.7 + github.com/DataDog/datadog-agent/pkg/util/sort v0.61.0-rc.8 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 55923160b44a1..fedefb2f62383 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.7 + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 go.uber.org/atomic v1.7.0 ) require ( - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // 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 e46cbab19bb1d..cc4b144933b77 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.7 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 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 fece70ccf2c9c..5bb697ca33f9a 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.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 b4220f3495125..a0158f64d929c 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.7 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 5081151acf12a..3c8e6a77cfd76 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.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 golang.org/x/sys v0.28.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 4e0bfe162669b..878099f1d6f48 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.7 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 00b2bdead3586..93c9cf07a75bf 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.7 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 54b962699747f..a207959bb48b7 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.7 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 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 bb6eeaab9670d..600b13226d7d4 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.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/api v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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 25cb56831ae10..400c8d397f827 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.7 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 c897195ffc379..4e6a5b34175c8 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.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/stretchr/testify v1.9.0 golang.org/x/net v0.33.0 ) require ( - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 688fd408acc87..b161b353bc969 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.7 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 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 7f8732002cbd2..64958287910ad 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.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // 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 218cb7097e22b..f99bb7cb7900c 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.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 9567d94d1bfe5..ff70ec582277f 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.7 - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 + github.com/DataDog/datadog-agent/pkg/util/cache v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 github.com/shirou/gopsutil/v3 v3.24.1 golang.org/x/sys v0.28.0 ) require ( - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // 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 3c8426dfc862e..15e9a1c775577 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.7 + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect diff --git a/test/fakeintake/go.mod b/test/fakeintake/go.mod index ee331b3e7476a..c8e28ad3e6545 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.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 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 3b957d0648502..26ab07e530709 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.7 - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 - github.com/DataDog/datadog-agent/test/fakeintake v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/otelcol/ddflareextension/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/util/testutil v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 + github.com/DataDog/datadog-agent/test/fakeintake v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/netflow/payload v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 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.7 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/tagger/types v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 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.7 // indirect + github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.61.0-rc.8 // 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 e5cd9de3ae31f..317eb9012a023 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.7 - github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.7 - github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.7 - github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.7 + github.com/DataDog/datadog-agent/comp/core/config v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.61.0-rc.8 + github.com/DataDog/datadog-agent/comp/serializer/compression v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/model v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/proto v0.61.0-rc.8 + github.com/DataDog/datadog-agent/pkg/trace v0.61.0-rc.8 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.7 // indirect - github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.7 // indirect - github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.7 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/env v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/obfuscate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/status/health v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/http v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/log v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0-rc.8 // indirect + github.com/DataDog/datadog-agent/pkg/version v0.61.0-rc.8 // 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