-
Notifications
You must be signed in to change notification settings - Fork 51
/
go.mod
26 lines (23 loc) · 790 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
25
26
module github.com/xorpaul/g10k
go 1.19
require (
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.13.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/klauspost/pgzip v1.2.5
github.com/remeh/sizedwaitgroup v1.0.0
github.com/tidwall/gjson v1.14.3
github.com/xorpaul/uiprogress v0.0.0-20201221143732-916122d4b58a
golang.org/x/sys v0.2.0
golang.org/x/term v0.2.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
)