containerd/pkg/archive
Sebastiaan van Stijn 9776047243
migrate to github.com/moby/sys/userns
Commit 8437c567d8 migrated 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>
2024-08-08 12:48:54 +02:00
..
compression Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
tarheader Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
tartest Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
issues_test.go mv internal/testutil pkg/testutil 2024-03-04 17:00:39 +09:00
link_default.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
link_freebsd.go Refactor spots to make use of sys.IgnoringEintr 2024-04-10 11:24:01 -07:00
tar_freebsd.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
tar_linux_test.go mv internal/testutil pkg/testutil 2024-03-04 17:00:39 +09:00
tar_mostunix.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
tar_opts_linux.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
tar_opts_windows.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
tar_opts.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
tar_test.go mv internal/testutil pkg/testutil 2024-03-04 17:00:39 +09:00
tar_unix.go migrate to github.com/moby/sys/userns 2024-08-08 12:48:54 +02:00
tar_windows.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
tar.go migrate to github.com/moby/sys/userns 2024-08-08 12:48:54 +02:00
time_unix.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
time_windows.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
time.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00