Skip to content

Commit 87e64b4

Browse files
committed
go mod tidy
1 parent 44804eb commit 87e64b4

File tree

2 files changed

+5
-624
lines changed

2 files changed

+5
-624
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,27 @@ go 1.21
44

55
require (
66
github.com/emirpasic/gods v1.12.0
7+
github.com/emirpasic/gods/v2 v2.0.0-alpha
78
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
89
github.com/shirou/gopsutil/v3 v3.22.3
910
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
1011
github.com/stretchr/testify v1.7.1
11-
github.com/wcharczuk/go-chart v2.0.1+incompatible
1212
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
1313
)
1414

1515
require (
16-
github.com/blend/go-sdk v1.20211025.3 // indirect
1716
github.com/davecgh/go-spew v1.1.1 // indirect
1817
github.com/go-ole/go-ole v1.2.6 // indirect
19-
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
2018
github.com/google/go-querystring v1.0.0 // indirect
19+
github.com/kr/pretty v0.1.0 // indirect
2120
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
2221
github.com/pmezard/go-difflib v1.0.0 // indirect
2322
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
2423
github.com/tklauser/go-sysconf v0.3.10 // indirect
2524
github.com/tklauser/numcpus v0.4.0 // indirect
2625
github.com/yusufpapurcu/wmi v1.2.2 // indirect
27-
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
2826
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
27+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2928
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
3029
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
3130
)

0 commit comments

Comments
 (0)