mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-24 13:48:56 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/ebitengine/purego](https://github.com/ebitengine/purego) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/ebitengine/purego dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
640 B
Modula-2
23 lines
640 B
Modula-2
module github.com/shirou/gopsutil/v4
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.8.1
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/tklauser/go-sysconf v0.3.12
|
|
github.com/yusufpapurcu/wmi v1.2.4
|
|
golang.org/x/sys v0.25.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|