-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
22 lines (20 loc) · 813 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/jasonrogena/lightraft
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/fatih/color v1.7.0
github.com/firstrow/tcp_server v0.0.0-20190424084220-b7a05ff2879d
github.com/go-errors/errors v1.0.1
github.com/golang/protobuf v1.3.2
github.com/jasonlvhit/gocron v0.0.0-20191111122648-5c21418a78e8
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/olekukonko/tablewriter v0.0.2
github.com/pkg/errors v0.8.1
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
google.golang.org/grpc v1.25.0
)