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
12 changes: 6 additions & 6 deletions pkg/gohai/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ go 1.23.0
require (
github.com/DataDog/datadog-agent/pkg/util/log v0.62.2
github.com/moby/sys/mountinfo v0.7.2
github.com/shirou/gopsutil/v4 v4.24.11
github.com/stretchr/testify v1.10.0
golang.org/x/sys v0.28.0
github.com/shirou/gopsutil/v4 v4.25.9
github.com/stretchr/testify v1.11.1
golang.org/x/sys v0.35.0
)

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.62.2 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/ebitengine/purego v0.8.1 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.uber.org/atomic v1.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
27 changes: 14 additions & 13 deletions pkg/gohai/go.sum

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