mirror of
https://github.com/google/gops.git
synced 2025-02-13 19:52:15 +02:00
Update direct dependencies to the following versions: github.com/shirou/gopsutil/v3 v3.21.8 golang.org/x/sys v0.0.0-20210902050250-f475640dd07b
12 lines
264 B
Modula-2
12 lines
264 B
Modula-2
module github.com/google/gops
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
|
|
github.com/shirou/gopsutil/v3 v3.21.8
|
|
github.com/xlab/treeprint v1.1.0
|
|
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b
|
|
rsc.io/goversion v1.2.0
|
|
)
|