-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 891 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/voidint/g
go 1.14
require (
github.com/Masterminds/semver v1.5.0
github.com/PuerkitoBio/goquery v1.5.1
github.com/daviddengcn/go-colortext v1.0.0
github.com/dixonwille/wlog/v3 v3.0.1
github.com/dixonwille/wmenu/v5 v5.0.0
github.com/fatih/color v1.9.0
github.com/frankban/quicktest v1.9.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/mholt/archiver/v3 v3.3.0
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/schollz/progressbar/v3 v3.3.4
github.com/smartystreets/assertions v1.1.0 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/urfave/cli v1.22.4
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c // indirect
)