forked from hyperledger-labs/minbft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (21 loc) · 891 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/hyperledger-labs/minbft
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/a8m/envsubst v1.1.0
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.1
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/op/go-logging v0.0.0-20160211212156-b2cb9fa56473
github.com/spf13/afero v1.2.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.3.1
github.com/stretchr/objx v0.0.0-20180825064932-ef50b0de2877 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20181217023233-e147a9138326
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 // indirect
google.golang.org/genproto v0.0.0-20181217193449-09cd0d62f46c // indirect
google.golang.org/grpc v1.18.0
gopkg.in/yaml.v2 v2.2.2
)