mirror of
https://github.com/restic/restic.git
synced 2025-10-27 06:10:51 +00:00
Update dependencies
This commit is contained in:
2
vendor/cloud.google.com/go/spanner/protoutils.go
generated
vendored
2
vendor/cloud.google.com/go/spanner/protoutils.go
generated
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user