You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/go.mod

32 lines
1.2 KiB
Modula-2

module github.com/miguelmota/cointop
require (
github.com/BurntSushi/toml v0.3.1
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/anaskhan96/soup v1.1.1 // indirect
4 years ago
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/antonmedv/expr v1.9.0
4 years ago
github.com/creack/pty v1.1.11
4 years ago
github.com/fatih/color v1.9.0
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
4 years ago
github.com/gliderlabs/ssh v0.3.0
4 years ago
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.7
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
5 years ago
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
4 years ago
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
4 years ago
golang.org/x/sys v0.0.0-20200810151505-1b9f1253b3ed // indirect
4 years ago
golang.org/x/text v0.3.3
)
5 years ago
go 1.13