Skip to content

Commit ae80077

Browse files
committed
Revert "golangci-lint: enable depguard for packages that moved"
This reverts commit 136e1b7. Signed-off-by: Derek McGowan <[email protected]>
1 parent 32675f9 commit ae80077

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ linters-settings:
6666
rules:
6767
main:
6868
deny:
69-
- pkg: "github.com/containerd/containerd/errdefs"
70-
desc: The containerd errdefs package was migrated to a separate module. Use github.com/containerd/errdefs instead.
7169
- pkg: "github.com/containerd/containerd/log"
7270
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/log instead.
7371
- pkg: "github.com/containerd/containerd/platforms"

0 commit comments

Comments
 (0)