mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
29 lines
1.2 KiB
Modula-2
29 lines
1.2 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/fatih/color v1.7.0
|
|
github.com/gizak/termui v2.3.0+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20190502144155-8358a9778bd1 // indirect
|
|
github.com/jroimartin/gocui v0.4.0
|
|
github.com/maruel/panicparse v1.1.2-0.20180806203336-f20d4c4d746f
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.6 // indirect
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/miguelmota/go-coinmarketcap v0.1.5
|
|
github.com/mitchellh/go-wordwrap v1.0.0
|
|
github.com/nsf/termbox v1.1.2 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/sirupsen/logrus v1.4.1
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
|
|
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
|
|
golang.org/x/text v0.3.2
|
|
golang.org/x/tools v0.0.0-20190701194522-38ae2c8f6412 // indirect
|
|
)
|