mirror of
https://github.com/google/gops.git
synced 2024-11-24 08:22:25 +02:00
f57f013e90
Update github.com/shirou/gopsutil/v3 to v3.21.9 and github.com/go-ole/go-ole to latest master to fix the build on windows/arm64.
13 lines
339 B
Modula-2
13 lines
339 B
Modula-2
module github.com/google/gops
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-ole/go-ole v1.2.6-0.20210915003542-8b1f7f90f6b1 // indirect
|
|
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
|
|
github.com/shirou/gopsutil/v3 v3.21.9
|
|
github.com/xlab/treeprint v1.1.0
|
|
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b
|
|
rsc.io/goversion v1.2.0
|
|
)
|