Open
Description
The linter complains that:
SA1019: "golang.org/x/tools/go/vcs" is deprecated: Use the go list command with -json flag instead, which implements up-to-date import path resolution behavior, module support, and includes the latest security fixes. (staticcheck)
We should follow-up on #335 and replace the library.
cc @kubernetes-sigs/release-engineering