mirror of
https://github.com/containerd/containerd.git
synced 2026-06-24 08:48:48 +00:00
Commit8437c567d8migrated the use of the userns package to the github.com/moby/sys/user module. After further discussion with maintainers, it was decided to move the userns package to a separate module, as it has no direct relation with "user" operations (other than having "user" in its name). This patch migrates our code to use the new module. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit9776047243) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>