0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-08 17:53:09 +00:00
crazy-max_diun/vendor/github.com/moby/sys/capability
dependabot[bot] e4418a3717
chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.30.0 to 5.33.0.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.30.0...v5.33.0)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 10:57:13 +00:00
..
.codespellrc chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
.golangci.yml chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
capability.go chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
capability_linux.go chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
capability_noop.go chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
CHANGELOG.md chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
enum.go chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
enum_gen.go chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
LICENSE chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
README.md chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00:00
syscall_linux.go chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0 2024-12-15 10:57:13 +00: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