mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
Cease using deprecated runc userlookup
Instead switch to github.com/moby/sys/user, which we already had as an indirect dependency. Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"sync"
|
||||
|
||||
"github.com/containers/storage/pkg/lockfile"
|
||||
"github.com/opencontainers/runc/libcontainer/user"
|
||||
"github.com/moby/sys/user"
|
||||
spec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user