-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
24 lines (21 loc) · 835 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
module github.com/b4b4r07/gomi
go 1.18
require (
github.com/b4b4r07/go-cli-log v0.0.0-20200124120248-8fac4d71de01
github.com/dustin/go-humanize v1.0.0
github.com/gabriel-vasile/mimetype v1.0.2
github.com/jessevdk/go-flags v1.4.0
github.com/manifoldco/promptui v0.7.0
github.com/rs/xid v1.2.1
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
golang.org/x/sys v0.6.0 // indirect
)