Skip to content
Closed
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/dop251/goja_nodejs v0.0.0-20200706082813-b2775b86b9e0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/elastic/elastic-agent-client/v7 v7.17.2 // indirect
github.com/elastic/elastic-agent-libs v0.22.2
github.com/elastic/elastic-agent-libs v0.23.1
github.com/elastic/elastic-agent-system-metrics v0.11.10 // indirect
github.com/elastic/go-structform v0.0.12 // indirect
github.com/elastic/go-sysinfo v1.15.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250331142405-c0a28a0685c5 h1:cBQGR
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250331142405-c0a28a0685c5/go.mod h1:Z3XFDJwdlwF+cXH6MwleUjz2U57jDH73mNm2I1cS/5g=
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
github.com/elastic/elastic-agent-client/v7 v7.17.2/go.mod h1:5irRFqp6HLqtu1S+OeY0jg8x7K6PLL+DW+PwVk1vJnk=
github.com/elastic/elastic-agent-libs v0.22.2 h1:NRLvdQNpbgl5uxZLH9foge+Dr5xo06xdrGZ5HK5dB1U=
github.com/elastic/elastic-agent-libs v0.22.2/go.mod h1:xSeIP3NtOIT4N2pPS4EyURmS1Q8mK0lWZ8Wd1Du6q3w=
github.com/elastic/elastic-agent-libs v0.23.1 h1:5w1fAuK7mMUpr2jZKC7OyZApfUpYEoHnWMWNpDkSDTM=
github.com/elastic/elastic-agent-libs v0.23.1/go.mod h1:xSeIP3NtOIT4N2pPS4EyURmS1Q8mK0lWZ8Wd1Du6q3w=
github.com/elastic/elastic-agent-system-metrics v0.11.10 h1:51u6roLaI0WhX1wbU4hPaervODegOxNFLcLouDAAi8A=
github.com/elastic/elastic-agent-system-metrics v0.11.10/go.mod h1:BlS6Fm/l/umAa9xKy7GxsSYtCfu/iqg551PULKSeCQM=
github.com/elastic/go-structform v0.0.12 h1:HXpzlAKyej8T7LobqKDThUw7BMhwV6Db24VwxNtgxCs=
Expand Down
Loading