2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/go.mod

29 lines
1.1 KiB
Modula-2
Raw Normal View History

module github.com/miguelmota/cointop
require (
github.com/BurntSushi/toml v0.3.1
2019-04-17 09:00:49 +00:00
github.com/anaskhan96/soup v1.1.1 // indirect
2020-07-26 20:40:59 +00:00
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/creack/pty v1.1.11
2020-08-10 08:35:29 +00:00
github.com/fatih/color v1.9.0
2020-07-26 20:40:59 +00:00
github.com/gliderlabs/ssh v0.3.0
2020-08-10 08:35:29 +00:00
github.com/maruel/panicparse v1.5.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9
github.com/miguelmota/go-coinmarketcap v0.1.6
github.com/miguelmota/gocui v0.4.2
github.com/miguelmota/termbox-go v0.0.0-20191229070316-58d4fcbce2a7
github.com/mitchellh/go-wordwrap v1.0.0
2020-08-10 01:42:04 +00:00
github.com/olekukonko/tablewriter v0.0.4
2019-02-26 06:34:53 +00:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2020-08-01 07:37:49 +00:00
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
2019-06-10 00:51:06 +00:00
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e
2020-08-01 07:37:49 +00:00
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
2020-08-10 08:35:29 +00:00
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
2020-08-11 05:39:58 +00:00
golang.org/x/sys v0.0.0-20200810151505-1b9f1253b3ed // indirect
2020-08-10 08:35:29 +00:00
golang.org/x/text v0.3.3
)
2019-11-18 05:57:02 +00:00
go 1.13