refactor: migrate to cosmos/gogoproto (#13070)

This commit is contained in:
Julien Robert
2022-09-08 17:27:48 +00:00
committed by GitHub
parent d9972c4dd1
commit 6d0ef15b0a
351 changed files with 7995 additions and 4857 deletions
-5
View File
@@ -111,11 +111,6 @@ The following snippet shows how to query the state using gRPC inside a Go progra
#### Install Cosmos SDK
Add below line to `go.mod` to replace protobuf, read more [#8469](https://github.com/cosmos/cosmos-sdk/issues/8469)
```go
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
```
```bash
go get github.com/cosmos/cosmos-sdk@main