mirror of
https://github.com/rclone/rclone.git
synced 2025-12-20 10:13:20 +00:00
vendor: update all dependencies
This commit is contained in:
2
vendor/cloud.google.com/go/firestore/writebatch_test.go
generated
vendored
2
vendor/cloud.google.com/go/firestore/writebatch_test.go
generated
vendored
@@ -62,7 +62,7 @@ func TestWriteBatch(t *testing.T) {
|
||||
Fields: map[string]*pb.Value{"*": intval(3)},
|
||||
},
|
||||
},
|
||||
UpdateMask: &pb.DocumentMask{[]string{"`*`"}},
|
||||
UpdateMask: &pb.DocumentMask{FieldPaths: []string{"`*`"}},
|
||||
CurrentDocument: &pb.Precondition{
|
||||
ConditionType: &pb.Precondition_Exists{true},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user