File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
module k8s.io/cloud-provider-gcp/crd/hack
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
- k8s.io/code-generator v0.28.0
6
+ k8s.io/code-generator v0.28.2
7
7
sigs.k8s.io/controller-tools v0.11.3
8
8
)
9
9
@@ -29,9 +29,9 @@ require (
29
29
gopkg.in/inf.v0 v0.9.1 // indirect
30
30
gopkg.in/yaml.v2 v2.4.0 // indirect
31
31
gopkg.in/yaml.v3 v3.0.1 // indirect
32
- k8s.io/api v0.28.0 // indirect
33
- k8s.io/apiextensions-apiserver v0.28.0 // indirect
34
- k8s.io/apimachinery v0.28.0 // indirect
32
+ k8s.io/api v0.28.2 // indirect
33
+ k8s.io/apiextensions-apiserver v0.28.2 // indirect
34
+ k8s.io/apimachinery v0.28.2 // indirect
35
35
k8s.io/gengo v0.0.0-20220902162205-c0856e24416d // indirect
36
36
k8s.io/klog/v2 v2.100.1 // indirect
37
37
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
You can’t perform that action at this time.
0 commit comments