File tree Expand file tree Collapse file tree 2 files changed +453
-30
lines changed
docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 Expand file tree Collapse file tree 2 files changed +453
-30
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ go 1.20
4
4
5
5
require (
6
6
github.com/spf13/pflag v1.0.5
7
- sigs.k8s.io/kubebuilder/v3 v3.7 .0
7
+ sigs.k8s.io/kubebuilder/v3 v3.10 .0
8
8
)
9
9
10
10
require (
11
- github.com/gobuffalo/flect v0.2.5 // indirect
12
- github.com/spf13/afero v1.6.0 // indirect
13
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
14
- golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
15
- golang.org/x/text v0.3.7 // indirect
16
- golang.org/x/tools v0.1.10 // indirect
17
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
11
+ github.com/gobuffalo/flect v1.0.2 // indirect
12
+ github.com/spf13/afero v1.9.5 // indirect
13
+ golang.org/x/mod v0.10.0 // indirect
14
+ golang.org/x/sys v0.7.0 // indirect
15
+ golang.org/x/text v0.9.0 // indirect
16
+ golang.org/x/tools v0.8.0 // indirect
18
17
)
You can’t perform that action at this time.
0 commit comments