mirror of
https://github.com/containers/podman.git
synced 2025-12-12 09:50:25 +08:00
vendor: update everything
* If possible, update each dependency to the latest available version. * Use releases over commit IDs and avoid vendoring branches. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/syndtr/gocapability/capability/syscall_linux.go
generated
vendored
2
vendor/github.com/syndtr/gocapability/capability/syscall_linux.go
generated
vendored
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
type capHeader struct {
|
||||
version uint32
|
||||
pid int
|
||||
pid int32
|
||||
}
|
||||
|
||||
type capData struct {
|
||||
|
||||
Reference in New Issue
Block a user