golangci-lint fix typo in depguard message

This was introduced in 136e1b72d8, but
missed during review.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-06-20 08:39:48 +02:00
parent b2e01a862e
commit a522e267e8

View File

@@ -71,7 +71,7 @@ linters-settings:
- pkg: "github.com/containerd/containerd/log"
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/log instead.
- pkg: "github.com/containerd/containerd/platforms"
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/platforms instead.
desc: The containerd platforms package was migrated to a separate module. Use github.com/containerd/platforms instead.
gosec:
# The following issues surfaced when `gosec` linter
# was enabled. They are temporarily excluded to unblock