Skip to content

Commit

Permalink
update cosmos sdk and cometbft psuedo ver
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-soon authored and yan-soon committed Jun 4, 2024
1 parent 26e38d8 commit 1c4e01c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ require (
replace (
// use cosmos keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
github.com/cometbft/cometbft => github.com/Switcheo/cometbft v0.38.6-0.20240604050757-9a55922640c2
github.com/cosmos/cosmos-sdk => github.com/Switcheo/cosmos-sdk v0.50.0-rc.0.0.20240604051304-6fad7a7921b7
github.com/cometbft/cometbft => github.com/Switcheo/cometbft v0.38.6-0.20240604094622-baced902e260
github.com/cosmos/cosmos-sdk => github.com/Switcheo/cosmos-sdk v0.50.0-rc.0.0.20240604095012-5b340411a147

// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWX
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 h1:fLjPD/aNc3UIOA6tDi6QXUemppXK3P9BI7mr2hd6gx8=
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/Switcheo/cometbft v0.38.6-0.20240604050757-9a55922640c2 h1:5erAzywoVPIthgzIjv679xxcMUQbxYmX1KIECsgs1K4=
github.com/Switcheo/cometbft v0.38.6-0.20240604050757-9a55922640c2/go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg=
github.com/Switcheo/cosmos-sdk v0.50.0-rc.0.0.20240604051304-6fad7a7921b7 h1:SNcNvZXw3yXsWWFWq5IyPp3Ap4gf3IostLSKDNNjTDA=
github.com/Switcheo/cosmos-sdk v0.50.0-rc.0.0.20240604051304-6fad7a7921b7/go.mod h1:txi2TD+wKQxFCX0lq8pbEQyrY6mP7qy1nf8ASl+Fd5w=
github.com/Switcheo/cometbft v0.38.6-0.20240604094622-baced902e260 h1:zwpqkGkqn+fUfXB4SQA3UJzCvQVzv2ZYjoQLoalXYmo=
github.com/Switcheo/cometbft v0.38.6-0.20240604094622-baced902e260/go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg=
github.com/Switcheo/cosmos-sdk v0.50.0-rc.0.0.20240604095012-5b340411a147 h1:vNasNK+15YqX4P2So+Me9FpdGBA4iAW4J6vtsXwXPeY=
github.com/Switcheo/cosmos-sdk v0.50.0-rc.0.0.20240604095012-5b340411a147/go.mod h1:wAO4RNIqcLGJlABiS0xbkxemL/odVna6Oo41oiDTgCA=
github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c3fqvvgKm5o=
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=
Expand Down

0 comments on commit 1c4e01c

Please sign in to comment.