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>
This commit is contained in:
Julien Robert
2022-09-06 13:28:37 +02:00
committed by GitHub
parent d7645628f1
commit 101bf50e71
84 changed files with 200 additions and 345 deletions

View File

@@ -5,7 +5,7 @@ import (
"math"
"testing"
"github.com/gogo/protobuf/proto"
"github.com/cosmos/gogoproto/proto"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"