storagenode/internalpb: fix protobuf generation for newer protobuf
version Change-Id: I24cc5568b5f5c36f8c63062f79a4cb8d1a8f164e
This commit is contained in:
parent
9a113da361
commit
81dd7b2f37
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
syntax = "proto2";
|
syntax = "proto2";
|
||||||
package gogoproto;
|
package gogoproto;
|
||||||
|
option go_package = "storj.io/storj/storagenode/internalpb";
|
||||||
import "google/protobuf/descriptor.proto";
|
import "google/protobuf/descriptor.proto";
|
||||||
|
|
||||||
option java_package = "com.google.protobuf";
|
option java_package = "com.google.protobuf";
|
||||||
@ -140,4 +140,4 @@ extend google.protobuf.FieldOptions {
|
|||||||
optional bool wktpointer = 65012;
|
optional bool wktpointer = 65012;
|
||||||
optional bool compare = 65013;
|
optional bool compare = 65013;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user