mirror of
https://github.com/containers/skopeo.git
synced 2025-09-28 21:46:48 +00:00
Bump github.com/containers/storage from 1.33.2 to 1.34.0
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.33.2 to 1.34.0. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.33.2...v1.34.0) --- updated-dependencies: - dependency-name: github.com/containers/storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
committed by
Daniel J Walsh
parent
252af41dba
commit
a23b9f532d
2
vendor/github.com/containers/storage/pkg/idtools/idtools_supported.go
generated
vendored
2
vendor/github.com/containers/storage/pkg/idtools/idtools_supported.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// +build linux,cgo,!no_libsubid
|
||||
// +build linux,cgo,libsubid
|
||||
|
||||
package idtools
|
||||
|
||||
|
2
vendor/github.com/containers/storage/pkg/idtools/idtools_unsupported.go
generated
vendored
2
vendor/github.com/containers/storage/pkg/idtools/idtools_unsupported.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// +build !linux no_libsubid !cgo
|
||||
// +build !linux !libsubid !cgo
|
||||
|
||||
package idtools
|
||||
|
||||
|
Reference in New Issue
Block a user