mirror of
https://github.com/containers/skopeo.git
synced 2025-09-17 23:39:13 +00:00
Update c/image from the main branch
> go get github.com/containers/image/v5@main > make vendor Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
2
vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/value.go
generated
vendored
2
vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/value.go
generated
vendored
@@ -323,7 +323,7 @@ func (v Value) String() string {
|
||||
if !ok {
|
||||
return ""
|
||||
}
|
||||
return fmt.Sprintf(`{"$timestamp":{"t":"%s","i":"%s"}}`, strconv.FormatUint(uint64(t), 10), strconv.FormatUint(uint64(i), 10))
|
||||
return fmt.Sprintf(`{"$timestamp":{"t":%v,"i":%v}}`, t, i)
|
||||
case bsontype.Int64:
|
||||
i64, ok := v.Int64OK()
|
||||
if !ok {
|
||||
|
Reference in New Issue
Block a user