containers / skopeo

Work with remote images registries - retrieving information, images, signing content
Apache License 2.0
8.36k stars 785 forks source link

vendor: switch to moby/sys/capability #2428

Closed kolyshkin closed 1 month ago

kolyshkin commented 1 month ago

github.com/moby/sys/capability is a fork of the (no longer maintained) github.com/syndtr/gocapability package.

For changes since the fork took place, see https://github.com/moby/sys/blob/main/capability/CHANGELOG.md

Related:

rhatdan commented 1 month ago

LGTM But it is still pulling in github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect

vrothberg commented 1 month ago

github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect

Probably from containers/common?

mtrmac commented 1 month ago

It’s both c/common and c/storage, but they have also been migrated. On the next update the old version will be removed, so that’s fine; no need to do anything extra right now.