-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
20 lines (18 loc) · 903 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/CrushedPixel/moshpit
go 1.15
require (
github.com/c-bata/go-prompt v0.2.1
github.com/crushedpixel/go-timecode v0.0.0-20180608154823-652b5c4cae11
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/go-tty v0.0.0-20180219170247-931426f7535a // indirect
github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/term v0.0.0-20180423043932-cda20d4ac917 // indirect
github.com/satori/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5
github.com/schollz/progressbar/v2 v2.3.0
golang.org/x/net v0.0.0-20180530234432-1e491301e022
golang.org/x/sys v0.0.0-20180606202747-9527bec2660b // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)