-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
26 lines (24 loc) · 1.05 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
module github.com/DarthCucumber/gofuzz
go 1.13
require (
github.com/cheggaaa/pb v2.0.7+incompatible
github.com/cheggaaa/pb/v3 v3.0.7
github.com/fatih/color v1.10.0 // indirect
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1
github.com/kless/term v0.0.0-20161130133337-e551c64f56c0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sethgrid/curse v0.0.0-20181231162520-d4ee583ebf0f // indirect
github.com/sethgrid/multibar v0.0.0-20160417171508-4bf4cf7b87d6
github.com/tredoe/term v0.0.0-20161130133337-e551c64f56c0 // indirect
go.uber.org/ratelimit v0.2.0
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
gopkg.in/fatih/color.v1 v1.7.0 // indirect
gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect
gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
)