We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b0f6f commit a103024Copy full SHA for a103024
go.mod
@@ -10,6 +10,10 @@ replace (
10
github.com/cosmos/cosmos-sdk => github.com/scrtlabs/cosmos-sdk v0.50.11-secret.0
11
github.com/cosmos/iavl => github.com/scrtlabs/iavl v1.2.2-secret.0
12
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
13
+
14
+ // avoid v1.66 that has a breaking change for protobuf. That change breaks the compute client.
15
+ // https://github.com/grpc/grpc-go/issues/7569
16
+ google.golang.org/grpc => google.golang.org/grpc v1.65.0
17
)
18
19
require (
0 commit comments