drop 'go-spew' dependencies and update dependencies (#6134)

* drop 'go-spew' dependencies

* update dependencies

* fix: change install method of golangci-lint
This commit is contained in:
yugo kobayashi
2026-05-01 09:07:24 +09:00
committed by GitHub
parent 2f9dbe434d
commit 1c87a5063d
100 changed files with 1970 additions and 1241 deletions

View File

@@ -1,35 +1,35 @@
module sigs.k8s.io/kustomize/kyaml
go 1.25
go 1.25.0
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-errors/errors v1.4.2
github.com/google/gnostic-models v0.6.9
github.com/google/go-cmp v0.7.0
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
github.com/sergi/go-diff v1.4.0
github.com/spf13/cobra v1.9.1
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
github.com/xlab/treeprint v1.2.0
go.yaml.in/yaml/v2 v2.4.2
go.yaml.in/yaml/v3 v3.0.3
golang.org/x/sys v0.40.0
google.golang.org/protobuf v1.36.5
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/sys v0.42.0
google.golang.org/protobuf v1.36.11
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
sigs.k8s.io/yaml v1.5.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect