mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
Modula-2
module github.com/miguelmota/cointop
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/anaskhan96/soup v1.1.1 // indirect
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
github.com/creack/pty v1.1.11
|
|
github.com/fatih/color v1.9.0
|
|
github.com/gliderlabs/ssh v0.3.0
|
|
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
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
|
|
golang.org/x/text v0.3.3
|
|
)
|
|
|
|
go 1.13
|