File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
2727 github.com/olekukonko/tablewriter v0.0.5
2828 github.com/pkg/errors v0.9.1
2929 github.com/pmezard/go-difflib v1.0.0
30- github.com/shirou/gopsutil/v3 v3.23.2
30+ github.com/shirou/gopsutil/v3 v3.23.3
3131 github.com/spf13/cobra v1.6.1
3232 github.com/stretchr/testify v1.8.2
3333 golang.org/x/tools v0.7.0
@@ -124,6 +124,7 @@ require (
124124 github.com/rivo/uniseg v0.4.3 // indirect
125125 github.com/russross/blackfriday/v2 v2.1.0 // indirect
126126 github.com/sergi/go-diff v1.2.0 // indirect
127+ github.com/shoenig/go-m1cpu v0.1.4 // indirect
127128 github.com/shopspring/decimal v1.3.1 // indirect
128129 github.com/skeema/knownhosts v1.1.0 // indirect
129130 github.com/spf13/cast v1.5.0 // indirect
Original file line number Diff line number Diff line change @@ -354,8 +354,12 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
354354github.com/sergi/go-diff v1.1.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
355355github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ =
356356github.com/sergi/go-diff v1.2.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
357- github.com/shirou/gopsutil/v3 v3.23.2 h1:PAWSuiAszn7IhPMBtXsbSCafej7PqUOvY6YywlQUExU =
358- github.com/shirou/gopsutil/v3 v3.23.2 /go.mod h1:gv0aQw33GLo3pG8SiWKiQrbDzbRY1K80RyZJ7V4Th1M =
357+ github.com/shirou/gopsutil/v3 v3.23.3 h1:Syt5vVZXUDXPEXpIBt5ziWsJ4LdSAAxF4l/xZeQgSEE =
358+ github.com/shirou/gopsutil/v3 v3.23.3 /go.mod h1:lSBNN6t3+D6W5e5nXTxc8KIMMVxAcS+6IJlffjRRlMU =
359+ github.com/shoenig/go-m1cpu v0.1.4 h1:SZPIgRM2sEF9NJy50mRHu9PKGwxyyTTJIWvCtgVbozs =
360+ github.com/shoenig/go-m1cpu v0.1.4 /go.mod h1:Wwvst4LR89UxjeFtLRMrpgRiyY4xPsejnVZym39dbAQ =
361+ github.com/shoenig/test v0.6.3 h1:GVXWJFk9PiOjN0KoJ7VrJGH6uLPnqxR7/fe3HUPfE0c =
362+ github.com/shoenig/test v0.6.3 /go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k =
359363github.com/shopspring/decimal v1.2.0 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
360364github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8 =
361365github.com/shopspring/decimal v1.3.1 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
You can’t perform that action at this time.
0 commit comments