@@ -15,12 +15,12 @@ require (
15
15
go.uber.org/multierr v1.11.0
16
16
go.uber.org/zap v1.26.0
17
17
golang.org/x/exp v0.0.0-20230307190834-24139beb5833
18
- k8s.io/api v0.26.2
19
- k8s.io/apimachinery v0.26.2
20
- k8s.io/apiserver v0.26.2
21
- k8s.io/client-go v0.26.2
18
+ k8s.io/api v0.27.3
19
+ k8s.io/apimachinery v0.27.3
20
+ k8s.io/apiserver v0.27.3
21
+ k8s.io/client-go v0.27.3
22
22
k8s.io/klog/v2 v2.110.1
23
- sigs.k8s.io/apiserver-runtime v1.1.2-0.20231017233931-4d54d00b524a
23
+ sigs.k8s.io/apiserver-runtime v1.1.2-0.20231213224704-8af026f5e12a
24
24
sigs.k8s.io/controller-runtime v0.14.6
25
25
sigs.k8s.io/controller-tools v0.11.3
26
26
sigs.k8s.io/kind v0.20.0
@@ -30,10 +30,12 @@ require (
30
30
require (
31
31
github.com/Masterminds/goutils v1.1.1 // indirect
32
32
github.com/Masterminds/semver/v3 v3.2.0 // indirect
33
+ github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
33
34
github.com/go-chi/chi/v5 v5.0.8 // indirect
34
35
github.com/huandu/xstrings v1.3.3 // indirect
35
36
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
36
37
github.com/mitchellh/copystructure v1.0.0 // indirect
38
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
37
39
github.com/mitchellh/reflectwalk v1.0.0 // indirect
38
40
github.com/shopspring/decimal v1.2.0 // indirect
39
41
github.com/spf13/cast v1.5.0 // indirect
@@ -97,9 +99,9 @@ require (
97
99
github.com/spf13/pflag v1.0.5 // indirect
98
100
github.com/stoewer/go-strcase v1.2.0 // indirect
99
101
github.com/xlab/treeprint v1.1.0 // indirect
100
- go.etcd.io/etcd/api/v3 v3.5.6 // indirect
101
- go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
102
- go.etcd.io/etcd/client/v3 v3.5.6 // indirect
102
+ go.etcd.io/etcd/api/v3 v3.5.7 // indirect
103
+ go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
104
+ go.etcd.io/etcd/client/v3 v3.5.7 // indirect
103
105
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.37.0 // indirect
104
106
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0 // indirect
105
107
go.opentelemetry.io/otel v1.11.2 // indirect
@@ -120,7 +122,7 @@ require (
120
122
golang.org/x/term v0.13.0 // indirect
121
123
golang.org/x/text v0.13.0 // indirect
122
124
golang.org/x/time v0.5.0
123
- golang.org/x/tools v0.6 .0 // indirect
125
+ golang.org/x/tools v0.7 .0 // indirect
124
126
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
125
127
google.golang.org/appengine v1.6.7 // indirect
126
128
google.golang.org/genproto v0.0.0-20230104163317-caabf589fcbf // indirect
@@ -131,11 +133,11 @@ require (
131
133
gopkg.in/yaml.v2 v2.4.0 // indirect
132
134
gopkg.in/yaml.v3 v3.0.1 // indirect
133
135
k8s.io/apiextensions-apiserver v0.26.1 // indirect
134
- k8s.io/component-base v0.26.2 // indirect
135
- k8s.io/kms v0.26.2 // indirect
136
- k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
136
+ k8s.io/component-base v0.27.3 // indirect
137
+ k8s.io/kms v0.27.3 // indirect
138
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
137
139
k8s.io/utils v0.0.0-20231127182322-b307cd553661
138
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
140
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
139
141
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
140
142
sigs.k8s.io/kustomize/api v0.13.1 // indirect
141
143
sigs.k8s.io/kustomize/cmd/config v0.11.0 // indirect
0 commit comments