mempool-cli/go.mod
dependabot[bot] bf407175e5
Bump github.com/fatih/color from 1.14.1 to 1.15.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.14.1...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 16:02:10 +00:00

19 lines
454 B
Modula-2

module github.com/mempool/mempool-cli
go 1.17
require (
github.com/fatih/color v1.15.0
github.com/gorilla/websocket v1.5.0
github.com/jroimartin/gocui v0.5.0
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
golang.org/x/sys v0.6.0 // indirect
)
require (
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
)