refactor: migrate to cosmos/gogoproto (backport #9356) (#9381)

* refactor: migrate to `cosmos/gogoproto` (#9356)

* refactor: migrate to `cosmos/gogoproto`

* add changelog

* Update Makefile

Co-authored-by: Thane Thomson <connect@thanethomson.com>

* update link

Co-authored-by: Thane Thomson <connect@thanethomson.com>

* `go mod tidy`

Co-authored-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
Julien Robert
2022-09-07 19:46:25 +02:00
committed by GitHub
parent 98ed397745
commit 4626bc949d
84 changed files with 199 additions and 347 deletions

View File

@@ -8,7 +8,7 @@ import (
"regexp"
"time"
"github.com/gogo/protobuf/proto"
"github.com/cosmos/gogoproto/proto"
abci "github.com/tendermint/tendermint/abci/types"
"github.com/tendermint/tendermint/crypto/merkle"