@@ -30,16 +30,16 @@ require (
30
30
gopkg.in/go-playground/pool.v3 v3.1.1
31
31
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
32
32
k8s.io/api v0.25.3
33
- k8s.io/apiextensions-apiserver v0.23.5
33
+ k8s.io/apiextensions-apiserver v0.25.0
34
34
k8s.io/apimachinery v0.25.3
35
35
k8s.io/apiserver v0.25.0
36
36
k8s.io/cli-runtime v0.25.0
37
37
k8s.io/client-go v0.25.3
38
- k8s.io/code-generator v0.23.5
38
+ k8s.io/code-generator v0.25.0
39
39
k8s.io/component-base v0.25.3
40
40
k8s.io/klog/v2 v2.80.1
41
41
pault.ag/go/sniff v0.0.0-20200207005214-cf7e4d167732
42
- sigs.k8s.io/controller-runtime v0.11.2
42
+ sigs.k8s.io/controller-runtime v0.13.1
43
43
sigs.k8s.io/mdtoc v1.1.0
44
44
)
45
45
@@ -63,6 +63,7 @@ require (
63
63
github.com/eapache/queue v1.1.0 // indirect
64
64
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
65
65
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
66
+ github.com/evanphx/json-patch/v5 v5.6.0 // indirect
66
67
github.com/fullsailor/pkcs7 v0.0.0-20160414161337-2585af45975b // indirect
67
68
github.com/go-errors/errors v1.0.1 // indirect
68
69
github.com/go-logr/logr v1.2.3 // indirect
@@ -86,6 +87,7 @@ require (
86
87
github.com/josharian/intern v1.0.0 // indirect
87
88
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
88
89
github.com/mailru/easyjson v0.7.6 // indirect
90
+ github.com/mattn/go-colorable v0.1.13 // indirect
89
91
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
90
92
github.com/mmarkdown/mmark v2.0.40+incompatible // indirect
91
93
github.com/moby/sys/mountinfo v0.5.0 // indirect
@@ -110,7 +112,7 @@ require (
110
112
golang.org/x/sys v0.1.0 // indirect
111
113
golang.org/x/term v0.1.0 // indirect
112
114
golang.org/x/text v0.4.0 // indirect
113
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
115
+ golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
114
116
golang.org/x/tools v0.2.0 // indirect
115
117
google.golang.org/appengine v1.6.7 // indirect
116
118
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
@@ -119,7 +121,7 @@ require (
119
121
gopkg.in/inf.v0 v0.9.1 // indirect
120
122
gopkg.in/yaml.v2 v2.4.0 // indirect
121
123
gopkg.in/yaml.v3 v3.0.1 // indirect
122
- k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c // indirect
124
+ k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
123
125
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
124
126
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
125
127
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
0 commit comments