forked from CosmWasm/wasmd
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9f3eaf
commit b0e21d4
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ go 1.21 | |
|
||
require ( | ||
github.com/CosmWasm/wasmvm/v2 v2.1.0 | ||
github.com/CosmosContracts/juno/v18/x/clock v0.0.0-00010101000000-000000000000 | ||
github.com/cosmos/cosmos-proto v1.0.0-beta.5 | ||
github.com/cosmos/cosmos-sdk v0.50.7 | ||
github.com/cosmos/gogogateway v1.2.0 // indirect | ||
|
@@ -215,10 +216,13 @@ require ( | |
replace ( | ||
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 | ||
|
||
github.com/CosmosContracts/juno/v18/x/clock => github.com/oraichain/juno/x/clock v0.0.0-20240730044630-b70856e973de | ||
|
||
// indexer and timestamp added | ||
github.com/cometbft/cometbft => github.com/oraichain/cometbft v0.38.6-0.20240729034548-028d4fcc0fa4 | ||
// go list -m -json github.com/oraichain/[email protected] | jq '.|"\(.Path) \(.Version)"' -r | ||
github.com/cosmos/cosmos-sdk => github.com/oraichain/cosmos-sdk v0.50.5-0.20240729032658-16fb0ec0a540 | ||
|
||
// dgrijalva/jwt-go is deprecated and doesn't receive security updates. | ||
// See: https://github.com/cosmos/cosmos-sdk/issues/13134 | ||
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters