forked from darcys22/godbledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 748 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/darcys22/godbledger
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/cespare/cp v1.1.1 // indirect
github.com/ethereum/go-ethereum v1.9.15
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.2
github.com/joyt/godate v0.0.0-20150226210126-7151572574a7
github.com/marcmak/calc v0.0.0-20150509200512-5bbbfc3b3149
github.com/mattn/go-colorable v0.1.7
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/rs/xid v1.2.1
github.com/sirupsen/logrus v1.6.0
github.com/urfave/cli/v2 v2.2.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
google.golang.org/grpc v1.30.0
)