mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
.golanci.yml: rm runc exception
This is not needed since commit a6d5b48e67
("vendor: github.com/opencontainers/runc v1.2.0").
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
b2dd38b1d1
commit
be36ac13e5
@@ -47,8 +47,6 @@ linters-settings:
|
||||
desc: The logs package has moved to a separate module, https://github.com/containerd/log
|
||||
- pkg: "github.com/containerd/containerd/pkg/userns"
|
||||
desc: Use github.com/moby/sys/userns instead.
|
||||
- pkg: "github.com/opencontainers/runc/libcontainer/userns"
|
||||
desc: Use github.com/moby/sys/userns instead.
|
||||
- pkg: "github.com/tonistiigi/fsutil"
|
||||
desc: The fsutil module does not have a stable API, so we should not have a direct dependency unless necessary.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user