Skip to content

Commit

Permalink
Merge pull request #3417 from kubernetes-sigs/dependabot/go_modules/d…
Browse files Browse the repository at this point in the history
…ocs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/sigs.k8s.io/kubebuilder/v3-3.10.0

🌱 Bump sigs.k8s.io/kubebuilder/v3 from 3.7.0 to 3.10.0 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1
  • Loading branch information
k8s-ci-robot authored May 16, 2023
2 parents 88eaf31 + 215a51c commit eb80472
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ go 1.20

require (
github.com/spf13/pflag v1.0.5
sigs.k8s.io/kubebuilder/v3 v3.7.0
sigs.k8s.io/kubebuilder/v3 v3.10.0
)

require (
github.com/gobuffalo/flect v0.2.5 // indirect
github.com/spf13/afero v1.6.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/spf13/afero v1.9.5 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.8.0 // indirect
)
Loading

0 comments on commit eb80472

Please sign in to comment.