Skip to content

Commit

Permalink
fix right dep cometbft
Browse files Browse the repository at this point in the history
  • Loading branch information
zsystm committed Aug 13, 2024
1 parent b448bdc commit 0bbdb66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ require (
replace (
cosmossdk.io/core => cosmossdk.io/core v0.11.0
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
github.com/cometbft/cometbft => github.com/b-harvest/cometbft v0.38.7-0.20240813111838-f355fccb8621
github.com/cometbft/cometbft => github.com/b-harvest/cometbft v0.38.7-0.20240813113152-2efee0b599b4
github.com/evmos/ethermint => github.com/b-harvest/ethermint v0.22.0-sdk50-1
// replace broken goleveldb
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ github.com/aws/aws-sdk-go v1.44.122/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX
github.com/aws/aws-sdk-go v1.44.224 h1:09CiaaF35nRmxrzWZ2uRq5v6Ghg/d2RiPjZnSgtt+RQ=
github.com/aws/aws-sdk-go v1.44.224/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g=
github.com/b-harvest/cometbft v0.38.7-0.20240813111838-f355fccb8621 h1:36FLrJRi/zHtimcuU1PJAjQ8ch4ZncZo4w9NL+1w9G0=
github.com/b-harvest/cometbft v0.38.7-0.20240813111838-f355fccb8621/go.mod h1:xOoGZrtUT+A5izWfHSJgl0gYZUE7lu7Z2XIS1vWG/QQ=
github.com/b-harvest/cometbft v0.38.7-0.20240813113152-2efee0b599b4 h1:fVoTBwHPNqdE1hCcEKpzXtsEjoESwbMbXbiqw7oZR7M=
github.com/b-harvest/cometbft v0.38.7-0.20240813113152-2efee0b599b4/go.mod h1:xOoGZrtUT+A5izWfHSJgl0gYZUE7lu7Z2XIS1vWG/QQ=
github.com/b-harvest/ethermint v0.22.0-sdk50-1 h1:SO88tJZcsIMQ8LAnfjvKPM4cHUCEt4cVIpSoxkhDLDA=
github.com/b-harvest/ethermint v0.22.0-sdk50-1/go.mod h1:oJHa7P91tmQpDx0rVfEmuSHFBntnsWvMcgjbm11hzaY=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
Expand Down

0 comments on commit 0bbdb66

Please sign in to comment.