use gogo/protobuf

This commit is contained in:
Ethan Buchman
2017-11-30 14:30:21 -05:00
parent 42a8e3240c
commit 308cb8e454
3 changed files with 101 additions and 104 deletions

View File

@ -3,7 +3,7 @@ package types
import (
"io"
"github.com/golang/protobuf/proto"
"github.com/gogo/protobuf/proto"
wire "github.com/tendermint/go-wire"
)