-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 805 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
module github.com/brettwhitty/GoBCLy
go 1.14
require (
github.com/cheggaaa/pb v2.0.7+incompatible // indirect
github.com/cheggaaa/pb/v3 v3.0.4
github.com/davecgh/go-spew v1.1.1
github.com/drio/drio.go v0.0.0-20130401203812-40712df77451
github.com/fatih/color v1.9.0 // indirect
github.com/flier/gohs v1.0.1-0.20190723163601-5fb1d514984e
github.com/gobuffalo/packr v1.30.1
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/sirupsen/logrus v1.4.2
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
)