Update dependencies

This commit is contained in:
Alexander Neumann
2017-09-13 14:09:48 +02:00
parent f3b49987f8
commit fda563d606
926 changed files with 189726 additions and 98666 deletions

View File

@@ -101,7 +101,7 @@ func listType(t *sppb.Type) *sppb.Type {
}
func mkField(n string, t *sppb.Type) *sppb.StructType_Field {
return &sppb.StructType_Field{n, t}
return &sppb.StructType_Field{Name: n, Type: t}
}
func structType(fields ...*sppb.StructType_Field) *sppb.Type {