Skip to content

Commit eb80472

Browse files
authored
Merge pull request #3417 from kubernetes-sigs/dependabot/go_modules/docs/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
2 parents 88eaf31 + 215a51c commit eb80472

File tree

2 files changed

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

2 files changed

+453
-30
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ go 1.20
44

55
require (
66
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
88
)
99

1010
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
1817
)

0 commit comments

Comments
 (0)