Skip to content

Commit

Permalink
[release] Update release.json and Go modules for 7.57.2-rc.2 (#29488)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-murzyn authored Sep 23, 2024
1 parent 1b53668 commit 2899489
Show file tree
Hide file tree
Showing 76 changed files with 1,193 additions and 1,193 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.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/winutil v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/executable v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/winutil v0.57.2-rc.2
golang.org/x/sys v0.23.0
)

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.2 // 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 @@ -30,34 +30,34 @@ replace (
)

require (
github.com/DataDog/datadog-agent/cmd/agent/common/path v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/flare/types v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/secrets v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/telemetry v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/config/env v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/config/model v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/config/setup v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/winutil v0.57.2-rc.1
github.com/DataDog/datadog-agent/cmd/agent/common/path v0.57.2-rc.2
github.com/DataDog/datadog-agent/comp/core/flare/types v0.57.2-rc.2
github.com/DataDog/datadog-agent/comp/core/secrets v0.57.2-rc.2
github.com/DataDog/datadog-agent/comp/core/telemetry v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/config/env v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/config/model v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/config/setup v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/winutil v0.57.2-rc.2
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/api/api/def v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/api/api/def v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.57.2-rc.2 // 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,7 +4,7 @@ go 1.22.0

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

require github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.1
require github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.2

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
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.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.2
go.uber.org/fx v1.18.2
)

require (
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
Expand Down
6 changes: 3 additions & 3 deletions comp/core/hostname/hostnameinterface/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ replace (
)

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

require (
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.2 // 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
54 changes: 27 additions & 27 deletions comp/core/log/impl-trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,42 +38,42 @@ replace (
)

require (
github.com/DataDog/datadog-agent/comp/core/config v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/log/def v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/config/env v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/trace v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/config v0.57.2-rc.2
github.com/DataDog/datadog-agent/comp/core/log/def v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/config/env v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/trace v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.2
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect; v2.6
github.com/stretchr/testify v1.9.0
go.uber.org/fx v1.18.2 // indirect
)

require (
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/config/mock v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/log/setup v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/config/mock v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/log/setup v0.57.2-rc.2
)

require (
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/obfuscate v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/obfuscate v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
github.com/DataDog/go-sqllexer v0.0.13 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
Expand Down
46 changes: 23 additions & 23 deletions comp/core/log/impl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,33 +57,33 @@ replace github.com/DataDog/datadog-agent/comp/core/telemetry => ../../../../comp
replace github.com/DataDog/datadog-agent/pkg/util/testutil => ../../../../pkg/util/testutil

require (
github.com/DataDog/datadog-agent/comp/core/config v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/log/def v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/config/mock v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/log/setup v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/config v0.57.2-rc.2
github.com/DataDog/datadog-agent/comp/core/log/def v0.57.2-rc.2
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/config/mock v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/log/setup v0.57.2-rc.2
github.com/stretchr/testify v1.9.0
)

require (
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.57.2-rc.2 // 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
10 changes: 5 additions & 5 deletions comp/core/log/mock/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ replace (
)

require (
github.com/DataDog/datadog-agent/comp/core/log/def v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.1
github.com/DataDog/datadog-agent/pkg/util/log/setup v0.57.2-rc.1
github.com/DataDog/datadog-agent/comp/core/log/def v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/log v0.57.2-rc.2
github.com/DataDog/datadog-agent/pkg/util/log/setup v0.57.2-rc.2
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
)

require (
github.com/DataDog/datadog-agent/pkg/config/model v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.2-rc.2 // 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
Expand Down
20 changes: 10 additions & 10 deletions comp/core/secrets/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ replace (
)

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

require (
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/def v0.57.2-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.57.2-rc.2 // 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
Loading

0 comments on commit 2899489

Please sign in to comment.