diff --git a/p2p/crypto/pb/Makefile b/p2p/crypto/pb/Makefile index 0b987a38..5101a482 100644 --- a/p2p/crypto/pb/Makefile +++ b/p2p/crypto/pb/Makefile @@ -4,7 +4,7 @@ GO = $(PB:.proto=.pb.go) all: $(GO) %.pb.go: %.proto - protoc --go_out=. --proto_path=../../../../../../:/usr/local/opt/protobuf/include:. $< + protoc --gogo_out=. $< clean: rm *.pb.go diff --git a/p2p/crypto/pb/crypto.pb.go b/p2p/crypto/pb/crypto.pb.go index 805c9c9f..f6001ff9 100644 --- a/p2p/crypto/pb/crypto.pb.go +++ b/p2p/crypto/pb/crypto.pb.go @@ -1,4 +1,4 @@ -// Code generated by protoc-gen-go. +// Code generated by protoc-gen-gogo. // source: crypto.proto // DO NOT EDIT! @@ -14,7 +14,7 @@ It has these top-level messages: */ package crypto_pb -import proto "github.com/golang/protobuf/proto" +import proto "github.com/gogo/protobuf/proto" import math "math" // Reference imports to suppress errors if they are not otherwise used.