Updated to use go mod dependency management

This commit is contained in:
Krishna Kishore Shetty
2022-05-28 22:21:22 +05:30
parent 2312eed49f
commit bfcccab6fc
290 changed files with 27 additions and 155075 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/dominicbreuker/pspy
go 1.18
require (
github.com/spf13/cobra v1.4.0
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)