forked from PeggyJV/steward
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (19 loc) · 814 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/peggyjv/steward
go 1.15
require (
github.com/cosmos/cosmos-sdk v0.44.5
github.com/cosmos/go-bip39 v1.0.0
github.com/ethereum/go-ethereum v1.10.16
github.com/golang/protobuf v1.5.2 // indirect
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
github.com/ory/dockertest/v3 v3.8.1
github.com/peggyjv/gravity-bridge/module/v2 v2.0.0-20220418171956-7fb1ba7ebc76 // indirect
github.com/peggyjv/sommelier/v4 v4.0.0-20220418171902-38ebef682f79 // indirect
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.14
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.28.0
)
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1