vendor: github.com/docker/docker 2269acc7a31d (master, v-next)

removes (indirect) dependencie on the moby/sys/user/userns package, which
was retracted and moved to moby/sys/userns

- full diff: f3cf9359bd...2269acc7a3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-08-08 13:37:14 +02:00
parent 7fc8802889
commit 6440816c7c
9 changed files with 218 additions and 11 deletions

View File

@ -7,7 +7,7 @@ import (
"strings"
"github.com/docker/docker/pkg/system"
"github.com/moby/sys/user/userns"
"github.com/moby/sys/userns"
"github.com/pkg/errors"
"golang.org/x/sys/unix"
)