-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (21 loc) · 982 Bytes
/
go.mod
File metadata and controls
27 lines (21 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/corestario/randapp
go 1.12
require (
github.com/corestario/dkglib v1.0.4
github.com/corestario/modules/incubator/reseeding v0.0.0-20200330233712-37ba45d9e0d6
github.com/cosmos/cosmos-sdk v0.34.4-0.20191013030331-92ea174ea6e6
github.com/gorilla/mux v1.7.3
github.com/prometheus/client_golang v1.3.0
github.com/prometheus/common v0.7.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.32.8
github.com/tendermint/tm-db v0.3.0
)
replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5
replace github.com/tendermint/tendermint => github.com/corestario/tendermint v0.5.0
replace github.com/cosmos/cosmos-sdk => github.com/corestario/cosmos-sdk v0.3.0
replace go.dedis.ch/kyber/v3 => github.com/corestario/kyber/v3 v3.0.0-20200218082721-8ed10c357c05