File tree Expand file tree Collapse file tree 2 files changed +6
-1758
lines changed Expand file tree Collapse file tree 2 files changed +6
-1758
lines changed Original file line number Diff line number Diff line change 11module github.com/oracleNetworkProtocol/plugchain
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/cosmos/cosmos-sdk v0.45.6
@@ -57,7 +57,7 @@ require (
5757 github.com/cosmos/btcutil v1.0.4 // indirect
5858 github.com/cosmos/go-bip39 v1.0.0 // indirect
5959 github.com/cosmos/gorocksdb v1.2.0 // indirect
60- github.com/cosmos/iavl v0.19 .3 // indirect
60+ github.com/cosmos/iavl v0.17 .3 // indirect
6161 github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
6262 github.com/cosmos/ledger-go v0.9.2 // indirect
6363 github.com/creachadair/taskgroup v0.3.2 // indirect
@@ -162,7 +162,6 @@ require (
162162
163163replace (
164164 github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
165- github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
166165 github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
167166 google.golang.org/grpc => google.golang.org/grpc v1.33.2
168167
You can’t perform that action at this time.
0 commit comments