update vuln dependencies at 2026/07 (#6187)

* update dependencies

* sync modules
This commit is contained in:
yugo kobayashi
2026-07-12 12:19:46 +09:00
committed by GitHub
parent d3e1f975d8
commit 79bb1aa2b2
95 changed files with 638 additions and 485 deletions

View File

@@ -7,7 +7,7 @@ tool sigs.k8s.io/kustomize/cmd/gorepomod
require (
github.com/spf13/viper v1.20.0
github.com/stretchr/testify v1.11.1
golang.org/x/mod v0.34.0
golang.org/x/mod v0.36.0
)
require (
@@ -15,9 +15,9 @@ require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/rogpeppe/go-internal v1.15.0 // indirect
github.com/sagikazarmark/locafero v0.7.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.15.0 // indirect
@@ -25,8 +25,8 @@ require (
github.com/spf13/pflag v1.0.10 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.38.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)