We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ce2fe9 + 3ed448c commit 66c3572Copy full SHA for 66c3572
docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/go.mod
@@ -4,14 +4,13 @@ go 1.21
4
5
require (
6
github.com/spf13/pflag v1.0.5
7
- sigs.k8s.io/kubebuilder/v3 v3.13.0
+ sigs.k8s.io/kubebuilder/v3 v3.14.0
8
)
9
10
11
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
+ 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
17
0 commit comments