mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
Update common, image, and storage deps
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Paul Holzinger
parent
32d96f40c3
commit
444f19cb2a
3
vendor/github.com/containers/storage/drivers/chown_windows.go
generated
vendored
3
vendor/github.com/containers/storage/drivers/chown_windows.go
generated
vendored
@@ -10,8 +10,7 @@ import (
|
||||
"github.com/containers/storage/pkg/idtools"
|
||||
)
|
||||
|
||||
type platformChowner struct {
|
||||
}
|
||||
type platformChowner struct{}
|
||||
|
||||
func newLChowner() *platformChowner {
|
||||
return &platformChowner{}
|
||||
|
||||
Reference in New Issue
Block a user