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
+1 -1
View File
@@ -1,7 +1,7 @@
package codec
import (
"github.com/gogo/protobuf/proto"
"github.com/cosmos/gogoproto/proto"
"google.golang.org/grpc/encoding"
"github.com/cosmos/cosmos-sdk/codec/types"