@@ -4,28 +4,27 @@ go 1.21
4
4
5
5
require (
6
6
github.com/emirpasic/gods v1.12.0
7
+ github.com/emirpasic/gods/v2 v2.0.0-alpha
7
8
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
8
9
github.com/shirou/gopsutil/v3 v3.22.3
9
10
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
10
11
github.com/stretchr/testify v1.7.1
11
- github.com/wcharczuk/go-chart v2.0.1+incompatible
12
12
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
13
13
)
14
14
15
15
require (
16
- github.com/blend/go-sdk v1.20211025.3 // indirect
17
16
github.com/davecgh/go-spew v1.1.1 // indirect
18
17
github.com/go-ole/go-ole v1.2.6 // indirect
19
- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
20
18
github.com/google/go-querystring v1.0.0 // indirect
19
+ github.com/kr/pretty v0.1.0 // indirect
21
20
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
22
21
github.com/pmezard/go-difflib v1.0.0 // indirect
23
22
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
24
23
github.com/tklauser/go-sysconf v0.3.10 // indirect
25
24
github.com/tklauser/numcpus v0.4.0 // indirect
26
25
github.com/yusufpapurcu/wmi v1.2.2 // indirect
27
- golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
28
26
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
27
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
29
28
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
30
29
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
31
30
)
0 commit comments