forked from ccfos/huatuo
update go.mod
Signed-off-by: Tonghao Zhang <tonghao@bamaicloud.com>
This commit is contained in:
parent
3617bf5857
commit
42901645ad
2
go.mod
2
go.mod
|
@ -23,6 +23,7 @@ require (
|
|||
github.com/prometheus/procfs v0.15.1
|
||||
github.com/shirou/gopsutil v2.21.11+incompatible
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/tklauser/numcpus v0.6.1
|
||||
github.com/urfave/cli/v2 v2.27.4
|
||||
github.com/vishvananda/netlink v1.3.0
|
||||
golang.org/x/sys v0.27.0
|
||||
|
@ -92,7 +93,6 @@ require (
|
|||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
||||
github.com/tklauser/numcpus v0.6.1 // indirect
|
||||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
||||
github.com/ugorji/go/codec v1.2.12 // indirect
|
||||
github.com/vishvananda/netns v0.0.4 // indirect
|
||||
|
|
Loading…
Reference in New Issue