Pin tool versions with hack/go.mod (#5622)

* Pin tool versions with hack/go.mod

This change centralizes the tracking of versions for tools used for
development and testing. This way, the tools and all their
dependencies have their checksums stored in hack/go.sum, which
improves supply chain security.

* Workspace Sync & Tidy
This commit is contained in:
Karl Isenberg
2024-04-02 12:34:13 -07:00
committed by GitHub
parent 8fef99fa35
commit ed2ca23400
107 changed files with 3268 additions and 1084 deletions

View File

@@ -12,9 +12,6 @@ import (
// TODO: delete this when we find a better way to generate release notes.
func main() {
fmt.Println(`
This 'main' exists only to make goreleaser create release notes for the API.
See https://github.com/goreleaser/goreleaser/issues/981
and https://github.com/kubernetes-sigs/kustomize/tree/master/releasing`)
fmt.Println(`This 'main' exists only to create release notes for the API.`)
fmt.Println(provenance.GetProvenance())
}