File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ replace (
173173 // cosmossdk.io/math => github.com/Switcheo/cosmos-sdk/math v0.0.0-20231002062306-8360748679d2
174174 // use cosmos fork of keyring
175175 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
176- github.com/cometbft/cometbft => github.com/Switcheo/cometbft v0.38.6-0.20241209083642-ed468a4228b4
176+ github.com/cometbft/cometbft => github.com/Switcheo/cometbft v0.38.6-0.20241210060022-640b204e418b
177177 // github.com/cosmos/iavl => github.com/Switcheo/iavl v0.20.1-0.20230907092650-a292b5c6f6ae
178178 // dgrijalva/jwt-go is deprecated and doesn't receive security updates.
179179 // TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE
4040github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
4141github.com/Shopify/sarama v1.19.0 /go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo =
4242github.com/Shopify/toxiproxy v2.1.4+incompatible /go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI =
43- github.com/Switcheo/cometbft v0.38.6-0.20241209083642-ed468a4228b4 h1:2sJAjSl6qiWsVChpxvvoElLBUCWT+hDyW4T4rd398no =
44- github.com/Switcheo/cometbft v0.38.6-0.20241209083642-ed468a4228b4 /go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg =
43+ github.com/Switcheo/cometbft v0.38.6-0.20241210060022-640b204e418b h1:MQ4j7HjeEIr+yMH6EltMVLyuuuf1n/Q2BelTD5n7hxw =
44+ github.com/Switcheo/cometbft v0.38.6-0.20241210060022-640b204e418b /go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg =
4545github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE =
4646github.com/VividCortex/gohistogram v1.0.0 /go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g =
4747github.com/adlio/schema v1.3.3 h1:oBJn8I02PyTB466pZO1UZEn1TV5XLlifBSyMrmHl/1I =
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ require (
210210replace (
211211 // use cosmos fork of keyring
212212 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
213- github.com/cometbft/cometbft => github.com/Switcheo/cometbft v0.38.6-0.20241209083642-ed468a4228b4
213+ github.com/cometbft/cometbft => github.com/Switcheo/cometbft v0.38.6-0.20241210060022-640b204e418b
214214 // Simapp always use the latest version of the cosmos-sdk
215215 github.com/cosmos/cosmos-sdk => ../.
216216 // Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities.
Original file line number Diff line number Diff line change @@ -238,8 +238,8 @@ github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE
238238github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
239239github.com/Shopify/sarama v1.19.0 /go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo =
240240github.com/Shopify/toxiproxy v2.1.4+incompatible /go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI =
241- github.com/Switcheo/cometbft v0.38.6-0.20241209083642-ed468a4228b4 h1:2sJAjSl6qiWsVChpxvvoElLBUCWT+hDyW4T4rd398no =
242- github.com/Switcheo/cometbft v0.38.6-0.20241209083642-ed468a4228b4 /go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg =
241+ github.com/Switcheo/cometbft v0.38.6-0.20241210060022-640b204e418b h1:MQ4j7HjeEIr+yMH6EltMVLyuuuf1n/Q2BelTD5n7hxw =
242+ github.com/Switcheo/cometbft v0.38.6-0.20241210060022-640b204e418b /go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg =
243243github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE =
244244github.com/VividCortex/gohistogram v1.0.0 /go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g =
245245github.com/adlio/schema v1.3.3 h1:oBJn8I02PyTB466pZO1UZEn1TV5XLlifBSyMrmHl/1I =
You can’t perform that action at this time.
0 commit comments