Skip to content

Commit

Permalink
fix: update go.mod to use loadable sdk-go
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrajovic committed Oct 8, 2024
1 parent 1c63813 commit 0d16d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ require (
replace (
cosmossdk.io/store => github.com/InjectiveLabs/cosmos-sdk/store v0.50.6-inj-0
github.com/CosmWasm/wasmd => github.com/InjectiveLabs/wasmd v0.52.0-inj-0
github.com/InjectiveLabs/sdk-go v1.52.2 => github.com/InjectiveLabs/sdk-go v1.52.3-0.20241008180517-3125b0035105
github.com/bandprotocol/bandchain-packet => github.com/InjectiveLabs/bandchain-packet v0.0.4-0.20230327115226-35199d4659d5
github.com/cometbft/cometbft => github.com/InjectiveLabs/cometbft v0.38.11-inj-0
github.com/cosmos/cosmos-sdk => github.com/InjectiveLabs/cosmos-sdk v0.50.9-inj-2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1488,8 +1488,8 @@ github.com/InjectiveLabs/etherman v1.7.0 h1:ryYW87fqpnhRP33x+ykDhy6Lx9215Fl5T5LI
github.com/InjectiveLabs/etherman v1.7.0/go.mod h1:7unNlA/9UVNZhneEWtNnFWfGDJ5KijkGprkpEF9I1BA=
github.com/InjectiveLabs/metrics v0.0.10 h1:BoOwXnCtRRIPmq06jcI20pXZYE758eusaCI5jDOoN4U=
github.com/InjectiveLabs/metrics v0.0.10/go.mod h1:eYu++0DVUjk/jjV9WgvCo8gQU+16Yoyhp1iu+ghKNME=
github.com/InjectiveLabs/sdk-go v1.52.2 h1:MhOO32Kb+ZyQ6GycATv4mA8YtIn+mQ1zBGFDlDCx1Zw=
github.com/InjectiveLabs/sdk-go v1.52.2/go.mod h1:M1Y5IS49spwFq9Wb36XX7dnVFbonT0/q1fZfQlboIAc=
github.com/InjectiveLabs/sdk-go v1.52.3-0.20241008180517-3125b0035105 h1:Lwo8ApybaJWsLIEPP24lngJg9ZNwHVUe/qRhvrnrCGI=
github.com/InjectiveLabs/sdk-go v1.52.3-0.20241008180517-3125b0035105/go.mod h1:M1Y5IS49spwFq9Wb36XX7dnVFbonT0/q1fZfQlboIAc=
github.com/InjectiveLabs/suplog v1.3.3 h1:ARIR3lWD9BxcrmqTwgcGBt8t7e10gwOqllUAXa/MfxI=
github.com/InjectiveLabs/suplog v1.3.3/go.mod h1:+I9WRgUhzmo1V/n7IkW24kFBFB9ZTPAiXXXCogWxmTM=
github.com/InjectiveLabs/wasmd v0.52.0-inj-0 h1:2sJftrI2+kc27wfBP9TZuoqszZx7YU8WNkFO/vMeZqQ=
Expand Down

0 comments on commit 0d16d19

Please sign in to comment.