-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
23 lines (21 loc) · 920 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
23
module github.com/alpe/akms
go 1.12
require (
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/go-kit/kit v0.8.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/hashicorp/raft v1.1.0
github.com/magiconair/properties v1.8.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.2.0 // indirect
github.com/prometheus/procfs v0.0.0-20190227231451-bbced9601137 // indirect
github.com/stretchr/testify v1.3.0
github.com/tendermint/go-amino v0.14.1
github.com/tendermint/tendermint v0.31.5
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 // indirect
google.golang.org/grpc v1.19.0 // indirect
)