File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,15 @@ linters-settings:
51
51
rules :
52
52
main :
53
53
deny :
54
- - pkg : io/ioutil
54
+ - pkg : " github.com/containerd/containerd/errdefs"
55
+ desc : The containerd errdefs package was migrated to a separate module. Use github.com/containerd/errdefs instead.
56
+ - pkg : " github.com/containerd/containerd/log"
57
+ desc : The containerd log package was migrated to a separate module. Use github.com/containerd/log instead.
58
+ - pkg : " github.com/containerd/containerd/pkg/userns"
59
+ desc : Use github.com/moby/sys/userns instead.
60
+ - pkg : " github.com/containerd/containerd/platforms"
61
+ desc : The containerd platforms package was migrated to a separate module. Use github.com/containerd/platforms instead.
62
+ - pkg : " io/ioutil"
55
63
desc : The io/ioutil package has been deprecated, see https://go.dev/doc/go1.16#ioutil
56
64
gocyclo :
57
65
min-complexity : 16
You can’t perform that action at this time.
0 commit comments