mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 04:25:31 +00:00
* update go 1.24.6 * fix non-constant format string error * update golang.org/x/tools@v0.36.0 and github.com/golangci/golangci-lint@v1.64.8 to pass execute golangci-lint * add a verpose diff output to prow test * remove pluginator binary version from generated files
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
module main
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.4.0
|
|
sigs.k8s.io/kustomize/api v0.12.1
|
|
sigs.k8s.io/kustomize/kyaml v0.13.9
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|