18 lines
548 B
Modula-2
18 lines
548 B
Modula-2
module github.com/gchaincl/mempool
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fatih/color v1.9.0
|
|
github.com/gizak/termui v3.1.0+incompatible
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/jroimartin/gocui v0.4.0
|
|
github.com/kr/pretty v0.2.0
|
|
github.com/mattn/go-runewidth v0.0.8 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
|
|
github.com/openconfig/gnmi v0.0.0-20190823184014-89b2bf29312c
|
|
google.golang.org/grpc v1.27.1 // indirect
|
|
)
|