Skip to content

Commit

Permalink
fix: add chainapsis/cometbtf
Browse files Browse the repository at this point in the history
  • Loading branch information
chemonoworld committed Jun 21, 2023
1 parent 8b2a41f commit 587a38a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 81 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ require (
google.golang.org/grpc v1.52.3
)

require github.com/ory/dockertest/v3 v3.9.1
require (
github.com/ory/dockertest/v3 v3.9.1
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
)

require (
4d63.com/gochecknoglobals v0.1.0 // indirect
Expand Down Expand Up @@ -292,7 +295,6 @@ require (
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand All @@ -317,9 +319,9 @@ replace (
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

// Comet
github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.28
github.com/tendermint/tendermint => github.com/chainapsis/cometbft v0.34.28-querier

// latest grpc doesn't work with with our modified proto compiler, so we need to enforce
// the following version across all dependencies.
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
)
Loading

0 comments on commit 587a38a

Please sign in to comment.