Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/fakeintake/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/test/fakeintake

go 1.23.0
go 1.24.0

// every datadog-agent module replaced in the fakeintake go.mod needs to be copied in the Dockerfile
replace (
Expand All @@ -9,7 +9,7 @@ replace (
)

require (
github.com/DataDog/agent-payload/v5 v5.0.138
github.com/DataDog/agent-payload/v5 v5.0.176
github.com/DataDog/datadog-agent/comp/netflow/payload v0.62.2
github.com/DataDog/datadog-agent/pkg/proto v0.62.2
github.com/DataDog/zstd v1.5.6
Expand Down Expand Up @@ -38,7 +38,7 @@ require (
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
Expand Down
8 changes: 4 additions & 4 deletions test/fakeintake/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.