mirror of
https://github.com/google/gops.git
synced 2024-11-24 08:22:25 +02:00
6a7f594c94
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.7 to 3.22.8. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.22.7...v3.22.8) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
295 B
Modula-2
13 lines
295 B
Modula-2
module github.com/google/gops
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
|
|
github.com/shirou/gopsutil/v3 v3.22.8
|
|
github.com/spf13/cobra v1.5.0
|
|
github.com/xlab/treeprint v1.1.0
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
rsc.io/goversion v1.2.0
|
|
)
|