summaryrefslogtreecommitdiffstats
path: root/go.sum
AgeCommit message (Expand)Author
2022-03-18use gob encoder to get struct hashVuong
2021-11-22Update all modules/deps (#288)Simon Roberts
2021-11-12Update go modVuong
2021-11-11Set key binding if key is Uppercase rune and missing ShiftVuong
2021-11-08Minor code style/comment cleanups; remove redundant code (#257)Simon Roberts
2021-11-07go mod tidyMiguel Mota
2021-11-07Migrate from termbox-go to tcell (#232)Simon Roberts
2021-10-08Add github.com/jeandeaual/go-locale for locale-detection across platformSimon Roberts
2021-10-06Add github.com/goodsign/monday for locale-specific date formattingSimon Roberts
2021-09-29Rename org miguelmota → cointop-shMiguel Mota
2021-09-05Convert ct.debuglog() to logrus.Debug()Simon Roberts
2021-09-04go mod vendorMiguel Mota
2021-08-30Switch to github.com/antonmedv/expr for expression evaluationSimon Roberts
2021-08-27Use govaluate to evaluate expressions in portfolio entrySimon Roberts
2021-04-21go mod tidyMiguel Mota
2021-04-21Add stripansi dependencyMiguel Mota
2021-02-18Update CoinMarketCap graph data endpointMiguel Mota
2021-01-31Undo notification soundMiguel Mota
2020-12-20Set up notification packageMiguel Mota
2020-11-21Add table scroll left/right shortcutMiguel Mota
2020-08-10go mod vendorMiguel Mota
2020-08-10go mod vendorMiguel Mota
2020-08-09Add command to print holdingsMiguel Mota
2020-08-05Show currency symbols in convert menuMiguel Mota
2020-08-01Add cache directory optionMiguel Mota
2020-07-26Add SSH serverMiguel Mota
2019-12-30Update .gitignoreMiguel Mota
2019-12-29Use forked version of termbox-go to fix keybindings on freebsd. Closes #431.4.2Miguel Mota
2019-08-04Update isatty package to resolve #39Miguel Mota
2019-07-01Use cobra for cli flags. Added price commandMiguel Mota
2019-06-09colorscheme parse hexMiguel Mota
2019-05-12Add CoinGecko API supportMiguel Mota
2019-04-23Prompt for CoinMarketCap Pro API Key1.1.6Miguel Mota
2019-04-21go mod vendorMiguel Mota
2019-04-21closes #26Miguel Mota
2019-04-17use coinmarketcap pro api v1Miguel Mota
2019-02-25closes #24Miguel Mota
2018-12-26Transfer from dep to go modules.Stephen Gregoratto