Skip to content

Commit

Permalink
Merge pull request #3774 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.14.0

🌱 Bump sigs.k8s.io/kubebuilder/v3 from 3.13.0 to 3.14.0 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1
  • Loading branch information
k8s-ci-robot authored Feb 6, 2024
2 parents 2ce2fe9 + 3ed448c commit 66c3572
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 451 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ go 1.21

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

require (
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/spf13/afero v1.10.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
)
Loading

0 comments on commit 66c3572

Please sign in to comment.