mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 09:51:39 +00:00
- go mod tidy (all modules) - go work sync - Fixed plugin generation for Go 1.21 - Updated linting for Go 1.21 - Fixed minecraft example for Helm v3 pull download path - Update dev docs to mention Go 1.21 - Regenerate plugins with Go 1.21
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
module main
|
|
|
|
go 1.21
|
|
|
|
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
|
|
)
|