debian-forge-composer/vendor/github.com/moby/sys/capability
Michael Vogt 409b4f6048 go.mod: update to images@v0.117.0
This commit updates to images v0.117.0 so that the cross-distro.sh
test works again (images removed fedora-39.json in main but the
uses the previous version of images that includes fedora-39 so
there is a mismatch (we should look into if there is a way to
get github.com/osbuild/images@latest instead of main in the
cross-arch test).

It also updates all the vendor stuff that got pulled via the
new images release (which is giantonormous).

This update requires updating the Go version to 1.22.8
2025-02-19 19:19:42 +01:00
..
capability.go go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
capability_linux.go go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
capability_noop.go go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
CHANGELOG.md go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
enum.go go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00
enum_gen.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
LICENSE Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
README.md Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
syscall_linux.go go.mod: update to images@v0.117.0 2025-02-19 19:19:42 +01:00

This is a fork of (apparently no longer maintained) https://github.com/syndtr/gocapability package. It provides basic primitives to work with Linux capabilities.

For changes, see CHANGELOG.md.

Go Reference

Alternatives