-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.24 KB
/
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
25
26
27
28
29
30
31
module github.com/voidint/g
go 1.15
require (
github.com/Masterminds/semver v1.5.0
github.com/PuerkitoBio/goquery v1.5.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
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.11.2 // indirect
github.com/google/go-cmp v0.5.3 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/kr/text v0.2.0 // indirect
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-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)