vendor: Update github.com/gogo/protobuf, keeping all files

gvt fetch -a, because we need the protobuf files etc for regeneration
This commit is contained in:
Jakob Borg
2017-06-14 05:22:37 +02:00
parent d862e79133
commit 93a04158fd
617 changed files with 760094 additions and 358 deletions

View File

@@ -0,0 +1,10 @@
syntax = "proto3";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";
package timefail;
message TimeFail {
google.protobuf.Timestamp time_test = 1 [(gogoproto.stdtime) = true];
}