Skip to content

Commit

Permalink
replace api for 08-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Mar 12, 2024
1 parent 713b13e commit 52bc608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/light-clients/08-wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go 1.21

replace github.com/cosmos/ibc-go/v8 => ../../../

replace github.com/cosmos/ibc-go/api => ../../../api

replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

require (
Expand Down Expand Up @@ -72,6 +74,7 @@ require (
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/gogogateway v1.2.0 // indirect
github.com/cosmos/iavl v1.0.1 // indirect
github.com/cosmos/ibc-go/api v0.0.0-00010101000000-000000000000 // indirect
github.com/cosmos/ics23/go v0.10.0 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
github.com/creachadair/atomicfile v0.3.1 // indirect
Expand Down

0 comments on commit 52bc608

Please sign in to comment.