-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (33 loc) · 1.31 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/irisnet/core-sdk-go
go 1.16
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/bluele/gcache v0.0.2
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.4.3
github.com/magiconair/properties v1.8.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.14.0
github.com/regen-network/cosmos-proto v0.3.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.7.0
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
github.com/tendermint/go-amino v0.16.0
github.com/tendermint/tendermint v0.34.11
github.com/tendermint/tm-db v0.6.4
github.com/tjfoc/gmsm v1.4.0
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.3.0
)
replace (
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4
github.com/tendermint/tendermint => github.com/bianjieai/tendermint v0.34.1-irita-210113
)