Skip to content

Commit

Permalink
[release] Update release.json and Go modules for 7.55.0-rc.8 (#26900)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 19, 2024
1 parent cb5baff commit 1b15484
Show file tree
Hide file tree
Showing 67 changed files with 1,047 additions and 1,047 deletions.
8 changes: 4 additions & 4 deletions cmd/agent/common/path/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ replace (
)

require (
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.8
golang.org/x/sys v0.19.0
)

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.8 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
Expand Down
44 changes: 22 additions & 22 deletions comp/core/config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,34 @@ replace (
)

require (
github.com/DataDog/datadog-agent/cmd/agent/common/path v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/secrets v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/env v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/model v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/setup v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/optional v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/cmd/agent/common/path v0.55.0-rc.8
github.com/DataDog/datadog-agent/comp/core/secrets v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/env v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/model v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/setup v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/optional v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.8
github.com/DataDog/viper v1.13.5
github.com/stretchr/testify v1.9.0
go.uber.org/fx v1.18.2
)

require (
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/telemetry v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/telemetry v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.55.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
Expand Down
2 changes: 1 addition & 1 deletion comp/core/flare/builder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ go 1.21.0

replace github.com/DataDog/datadog-agent/comp/def => ../../../def

require github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7
require github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.8
4 changes: 2 additions & 2 deletions comp/core/flare/types/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ replace (
)

require (
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.55.0-rc.8
go.uber.org/fx v1.18.2
)

require (
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.8 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/dig v1.17.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/hostname/hostnameinterface/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ replace (
)

require (
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.8
github.com/stretchr/testify v1.9.0
go.uber.org/fx v1.18.2
)

require (
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.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
Expand Down
46 changes: 23 additions & 23 deletions comp/core/log/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,35 @@ replace (
)

require (
github.com/DataDog/datadog-agent/comp/core/config v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/env v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/logs v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/trace v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/config v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/env v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/logs v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/trace v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.8
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // v2.6
github.com/stretchr/testify v1.9.0
go.uber.org/fx v1.18.2
)

require (
github.com/DataDog/datadog-agent/comp/core/secrets v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/obfuscate v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/obfuscate v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
github.com/DataDog/go-sqllexer v0.0.12 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
Expand Down
18 changes: 9 additions & 9 deletions comp/core/secrets/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ replace (
)

require (
github.com/DataDog/datadog-agent/comp/core/flare/types v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/telemetry v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/flare/types v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/telemetry v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.8
github.com/benbjohnson/clock v1.3.0
github.com/stretchr/testify v1.9.0
go.uber.org/fx v1.18.2
Expand All @@ -31,9 +31,9 @@ require (
)

require (
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.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
Expand Down
46 changes: 23 additions & 23 deletions comp/core/status/statusimpl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,35 @@ replace (
)

require (
github.com/DataDog/datadog-agent/comp/core/config v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/flare/types v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/status v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/setup v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/flavor v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/version v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/config v0.55.0-rc.8
github.com/DataDog/datadog-agent/comp/core/flare/types v0.55.0-rc.8
github.com/DataDog/datadog-agent/comp/core/status v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/setup v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/flavor v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/version v0.55.0-rc.8
github.com/stretchr/testify v1.9.0
go.uber.org/fx v1.18.2
golang.org/x/text v0.14.0
)

require (
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.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
Expand Down
4 changes: 2 additions & 2 deletions comp/core/telemetry/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace (
)

require (
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.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
Expand All @@ -19,7 +19,7 @@ require (
)

require (
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.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
Expand Down
60 changes: 30 additions & 30 deletions comp/forwarder/defaultforwarder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ replace (
)

require (
github.com/DataDog/datadog-agent/comp/core/config v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/log v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/status v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/model v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/setup v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/config/utils v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/status/health v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/telemetry v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/backoff v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/common v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/http v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.7
github.com/DataDog/datadog-agent/pkg/version v0.55.0-rc.7
github.com/DataDog/datadog-agent/comp/core/config v0.55.0-rc.8
github.com/DataDog/datadog-agent/comp/core/log v0.55.0-rc.8
github.com/DataDog/datadog-agent/comp/core/status v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/model v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/setup v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/config/utils v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/status/health v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/telemetry v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/backoff v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/common v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/http v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.55.0-rc.8
github.com/DataDog/datadog-agent/pkg/version v0.55.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
Expand All @@ -71,20 +71,20 @@ require (
)

require (
github.com/DataDog/datadog-agent/comp/core/secrets v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/config/logs v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.0-rc.7 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/comp/def v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/config/logs v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.55.0-rc.8 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.55.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
Expand Down
Loading

0 comments on commit 1b15484

Please sign in to comment.