module github.com/cointop-sh/cointop go 1.17 require ( github.com/BurntSushi/toml v0.4.1 github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d github.com/antonmedv/expr v1.9.0 github.com/creack/pty v1.1.17 github.com/fatih/color v1.13.0 github.com/gdamore/tcell/v2 v2.4.0 github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1 github.com/gliderlabs/ssh v0.3.3 github.com/goodsign/monday v1.0.0 github.com/jeandeaual/go-locale v0.0.0-20211014152413-b809787f45c8 github.com/mattn/go-runewidth v0.0.13 github.com/miguelmota/go-coinmarketcap v0.1.8 github.com/mitchellh/go-wordwrap v1.0.1 github.com/olekukonko/tablewriter v0.0.5 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.2.1 golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd golang.org/x/text v0.3.7 ) require ( github.com/anaskhan96/soup v1.2.4 // indirect github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect github.com/gdamore/encoding v1.0.0 // indirect github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect github.com/godbus/dbus/v5 v5.0.6 // indirect github.com/gopherjs/gopherjs v0.0.0-20211111143520-d0d5ecc1a356 // indirect github.com/gopherjs/gopherwasm v1.1.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-colorable v0.1.11 // indirect github.com/mattn/go-isatty v0.0.14 // indirect github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect )