Skip to content

Commit 66c3572

Browse files
authored
Merge pull request #3774 from kubernetes-sigs/dependabot/go_modules/docs/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
2 parents 2ce2fe9 + 3ed448c commit 66c3572

File tree

2 files changed

+29
-451
lines changed
  • docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1

2 files changed

+29
-451
lines changed

docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/go.mod

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ go 1.21
44

55
require (
66
github.com/spf13/pflag v1.0.5
7-
sigs.k8s.io/kubebuilder/v3 v3.13.0
7+
sigs.k8s.io/kubebuilder/v3 v3.14.0
88
)
99

1010
require (
1111
github.com/gobuffalo/flect v1.0.2 // indirect
12-
github.com/spf13/afero v1.10.0 // indirect
13-
golang.org/x/mod v0.13.0 // indirect
14-
golang.org/x/sys v0.13.0 // indirect
15-
golang.org/x/text v0.13.0 // indirect
16-
golang.org/x/tools v0.14.0 // indirect
12+
github.com/spf13/afero v1.11.0 // indirect
13+
golang.org/x/mod v0.14.0 // indirect
14+
golang.org/x/text v0.14.0 // indirect
15+
golang.org/x/tools v0.17.0 // indirect
1716
)

0 commit comments

Comments
 (0)