Skip to content

Commit 4bb13f1

Browse files
haiyizxxmilapsheth
andcommitted
chore: rosetta dependency change (#1813)
Co-authored-by: Milap Sheth <[email protected]>
1 parent 2d0a2db commit 4bb13f1

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

go.mod

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ require (
2626
github.com/spf13/cobra v1.5.0
2727
github.com/spf13/pflag v1.0.5
2828
github.com/spf13/viper v1.13.0
29-
github.com/stoewer/go-strcase v1.2.0
3029
github.com/stretchr/testify v1.8.0
3130
github.com/tendermint/tendermint v0.34.21
3231
github.com/tendermint/tm-db v0.6.7
32+
golang.org/x/crypto v0.1.0
3333
golang.org/x/exp v0.0.0-20221018221608-02f3b879a704
3434
golang.org/x/mod v0.6.0
3535
golang.org/x/text v0.4.0
3636
golang.org/x/tools v0.2.0
37-
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df
3837
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b
3938
google.golang.org/grpc v1.48.0
4039
google.golang.org/protobuf v1.28.0
@@ -139,7 +138,6 @@ require (
139138
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
140139
github.com/zondax/hid v0.9.0 // indirect
141140
go.etcd.io/bbolt v1.3.6 // indirect
142-
golang.org/x/crypto v0.1.0 // indirect
143141
golang.org/x/net v0.1.0 // indirect
144142
golang.org/x/sync v0.1.0 // indirect
145143
golang.org/x/sys v0.1.0 // indirect
@@ -175,4 +173,4 @@ replace github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v
175173
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
176174

177175
// Temporary replacement for rosetta support
178-
replace github.com/cosmos/cosmos-sdk => github.com/axelarnetwork/cosmos-sdk v0.45.10-0.20221018183542-f33f0aa566e4
176+
replace github.com/cosmos/cosmos-sdk => github.com/axelarnetwork/cosmos-sdk v0.45.10-0.20221026063150-7d9818dc359a

go.sum

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)