vendor: Update everything
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4620
This commit is contained in:
18
vendor/github.com/gogo/protobuf/protoc-gen-combo/combo.go
generated
vendored
18
vendor/github.com/gogo/protobuf/protoc-gen-combo/combo.go
generated
vendored
@@ -179,22 +179,4 @@ func main() {
|
||||
"option (gogoproto.unsafe_unmarshaler_all) = false;",
|
||||
"option (gogoproto.unsafe_marshaler_all) = false;",
|
||||
})
|
||||
m.Gen("./combos/unsafemarshaler/", []string{
|
||||
"option (gogoproto.unmarshaler_all) = false;",
|
||||
"option (gogoproto.marshaler_all) = false;",
|
||||
"option (gogoproto.unsafe_unmarshaler_all) = false;",
|
||||
"option (gogoproto.unsafe_marshaler_all) = true;",
|
||||
})
|
||||
m.Gen("./combos/unsafeunmarshaler/", []string{
|
||||
"option (gogoproto.unmarshaler_all) = false;",
|
||||
"option (gogoproto.marshaler_all) = false;",
|
||||
"option (gogoproto.unsafe_unmarshaler_all) = true;",
|
||||
"option (gogoproto.unsafe_marshaler_all) = false;",
|
||||
})
|
||||
m.Gen("./combos/unsafeboth/", []string{
|
||||
"option (gogoproto.unmarshaler_all) = false;",
|
||||
"option (gogoproto.marshaler_all) = false;",
|
||||
"option (gogoproto.unsafe_unmarshaler_all) = true;",
|
||||
"option (gogoproto.unsafe_marshaler_all) = true;",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user