@@ -7,57 +7,57 @@ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.5.3
7
7
require (
8
8
github.com/alessio/shellescape v1.4.2
9
9
github.com/apparentlymart/go-cidr v1.1.0
10
- github.com/aws/amazon-vpc-cni-k8s v1.15.4
11
- github.com/aws/aws-lambda-go v1.41 .0
12
- github.com/aws/aws-sdk-go v1.44.332
10
+ github.com/aws/amazon-vpc-cni-k8s v1.16.0
11
+ github.com/aws/aws-lambda-go v1.44 .0
12
+ github.com/aws/aws-sdk-go v1.48.10
13
13
github.com/awslabs/goformation/v4 v4.19.5
14
14
github.com/blang/semver v3.5.1+incompatible
15
15
github.com/coreos/ignition v0.35.0
16
- github.com/coreos/ignition/v2 v2.16.2
17
- github.com/go-logr/logr v1.3.0
16
+ github.com/coreos/ignition/v2 v2.17.0
17
+ github.com/go-logr/logr v1.4.1
18
18
github.com/gofrs/flock v0.8.1
19
19
github.com/golang/mock v1.6.0
20
20
github.com/google/go-cmp v0.6.0
21
21
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f
22
22
github.com/google/gofuzz v1.2.0
23
- github.com/onsi/ginkgo/v2 v2.13.1
23
+ github.com/onsi/ginkgo/v2 v2.13.2
24
24
github.com/onsi/gomega v1.30.0
25
- github.com/openshift-online/ocm-sdk-go v0.1.388
25
+ github.com/openshift-online/ocm-sdk-go v0.1.391
26
26
github.com/pkg/errors v0.9.1
27
- github.com/prometheus/client_golang v1.17 .0
27
+ github.com/prometheus/client_golang v1.18 .0
28
28
github.com/sergi/go-diff v1.3.1
29
29
github.com/spf13/cobra v1.8.0
30
30
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
31
- golang.org/x/crypto v0.17 .0
31
+ golang.org/x/crypto v0.18 .0
32
32
golang.org/x/text v0.14.0
33
33
gopkg.in/yaml.v2 v2.4.0
34
- k8s.io/api v0.27.3
35
- k8s.io/apiextensions-apiserver v0.27 .3
36
- k8s.io/apimachinery v0.27.3
37
- k8s.io/cli-runtime v0.27.3
38
- k8s.io/client-go v0.27.3
39
- k8s.io/component-base v0.27 .3
34
+ k8s.io/api v0.28.4
35
+ k8s.io/apiextensions-apiserver v0.28 .3
36
+ k8s.io/apimachinery v0.28.4
37
+ k8s.io/cli-runtime v0.28.4
38
+ k8s.io/client-go v0.28.4
39
+ k8s.io/component-base v0.28 .3
40
40
k8s.io/klog/v2 v2.100.1
41
- k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
42
- sigs.k8s.io/aws-iam-authenticator v0.6.13
41
+ k8s.io/utils v0.0.0-20230505201702-9f6742963106
42
+ sigs.k8s.io/aws-iam-authenticator v0.6.17
43
43
sigs.k8s.io/cluster-api v1.5.3
44
44
sigs.k8s.io/cluster-api/test v1.5.3
45
- sigs.k8s.io/controller-runtime v0.15.1
46
- sigs.k8s.io/kustomize/api v0.13.4
45
+ sigs.k8s.io/controller-runtime v0.16.3
46
+ sigs.k8s.io/kustomize/api v0.16.0
47
47
sigs.k8s.io/yaml v1.4.0
48
48
)
49
49
50
50
require (
51
51
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
52
- github.com/BurntSushi/toml v1.2.1 // indirect
52
+ github.com/BurntSushi/toml v1.3.2 // indirect
53
53
github.com/MakeNowJust/heredoc v1.0.0 // indirect
54
54
github.com/Masterminds/goutils v1.1.1 // indirect
55
55
github.com/Masterminds/semver/v3 v3.2.1 // indirect
56
56
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
57
57
github.com/Microsoft/go-winio v0.5.0 // indirect
58
58
github.com/adrg/xdg v0.4.0 // indirect
59
- github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
60
- github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
59
+ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
60
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
61
61
github.com/aymerick/douceur v0.2.0 // indirect
62
62
github.com/beorn7/perks v1.0.1 // indirect
63
63
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -78,36 +78,36 @@ require (
78
78
github.com/docker/go-connections v0.4.0 // indirect
79
79
github.com/docker/go-units v0.5.0 // indirect
80
80
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
81
- github.com/emicklei/go-restful/v3 v3.10.2 // indirect
81
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
82
82
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
83
83
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
84
84
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
85
85
github.com/fatih/camelcase v1.0.0 // indirect
86
86
github.com/fatih/color v1.15.0 // indirect
87
87
github.com/fsnotify/fsnotify v1.6.0 // indirect
88
- github.com/fvbommel/sortorder v1.0.1 // indirect
88
+ github.com/fvbommel/sortorder v1.1.0 // indirect
89
89
github.com/go-errors/errors v1.4.2 // indirect
90
90
github.com/go-logr/zapr v1.2.4 // indirect
91
91
github.com/go-openapi/jsonpointer v0.19.6 // indirect
92
- github.com/go-openapi/jsonreference v0.20.1 // indirect
92
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
93
93
github.com/go-openapi/swag v0.22.3 // indirect
94
94
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
95
95
github.com/gobuffalo/flect v1.0.2 // indirect
96
96
github.com/gogo/protobuf v1.3.2 // indirect
97
- github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
98
- github.com/golang/glog v1.1.0 // indirect
97
+ github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
98
+ github.com/golang/glog v1.1.2 // indirect
99
99
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
100
100
github.com/golang/protobuf v1.5.3 // indirect
101
101
github.com/google/btree v1.0.1 // indirect
102
- github.com/google/cel-go v0.12.6 // indirect
103
- github.com/google/gnostic v0.6.9 // indirect
102
+ github.com/google/cel-go v0.16.1 // indirect
103
+ github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
104
104
github.com/google/go-github/v48 v48.2.0 // indirect
105
105
github.com/google/go-querystring v1.1.0 // indirect
106
106
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f // indirect
107
107
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
108
108
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
109
109
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
110
- github.com/google/uuid v1.3 .0 // indirect
110
+ github.com/google/uuid v1.4 .0 // indirect
111
111
github.com/gorilla/css v1.0.0 // indirect
112
112
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
113
113
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -125,14 +125,14 @@ require (
125
125
github.com/mattn/go-colorable v0.1.13 // indirect
126
126
github.com/mattn/go-isatty v0.0.17 // indirect
127
127
github.com/mattn/go-runewidth v0.0.14 // indirect
128
- github.com/matttproud/golang_protobuf_extensions v1 .0.4 // indirect
128
+ github.com/matttproud/golang_protobuf_extensions/v2 v2 .0.0 // indirect
129
129
github.com/microcosm-cc/bluemonday v1.0.18 // indirect
130
130
github.com/mitchellh/copystructure v1.2.0 // indirect
131
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
131
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
132
132
github.com/mitchellh/mapstructure v1.5.0 // indirect
133
133
github.com/mitchellh/reflectwalk v1.0.2 // indirect
134
134
github.com/moby/spdystream v0.2.0 // indirect
135
- github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
135
+ github.com/moby/term v0.5.0 // indirect
136
136
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
137
137
github.com/modern-go/reflect2 v1.0.2 // indirect
138
138
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -141,13 +141,13 @@ require (
141
141
github.com/olekukonko/tablewriter v0.0.5 // indirect
142
142
github.com/onsi/ginkgo v1.16.5 // indirect
143
143
github.com/opencontainers/go-digest v1.0.0 // indirect
144
- github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
144
+ github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
145
145
github.com/pelletier/go-toml v1.9.5 // indirect
146
146
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
147
147
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
148
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
149
- github.com/prometheus/common v0.44 .0 // indirect
150
- github.com/prometheus/procfs v0.11.1 // indirect
148
+ github.com/prometheus/client_model v0.5.0 // indirect
149
+ github.com/prometheus/common v0.45 .0 // indirect
150
+ github.com/prometheus/procfs v0.12.0 // indirect
151
151
github.com/rivo/uniseg v0.4.2 // indirect
152
152
github.com/russross/blackfriday/v2 v2.1.0 // indirect
153
153
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b // indirect
@@ -161,35 +161,37 @@ require (
161
161
github.com/subosito/gotenv v1.4.2 // indirect
162
162
github.com/valyala/fastjson v1.6.4 // indirect
163
163
github.com/vincent-petithory/dataurl v1.0.0 // indirect
164
- github.com/xlab/treeprint v1.1.0 // indirect
165
- go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
166
- go.uber.org/atomic v1.9.0 // indirect
167
- go.uber.org/multierr v1.8.0 // indirect
168
- go.uber.org/zap v1.24.0 // indirect
169
- golang.org/x/net v0.17.0 // indirect
170
- golang.org/x/oauth2 v0.10.0 // indirect
171
- golang.org/x/sys v0.15.0 // indirect
172
- golang.org/x/term v0.15.0 // indirect
164
+ github.com/xlab/treeprint v1.2.0 // indirect
165
+ go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
166
+ go.uber.org/multierr v1.11.0 // indirect
167
+ go.uber.org/zap v1.26.0 // indirect
168
+ golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
169
+ golang.org/x/net v0.18.0 // indirect
170
+ golang.org/x/oauth2 v0.14.0 // indirect
171
+ golang.org/x/sync v0.5.0 // indirect
172
+ golang.org/x/sys v0.16.0 // indirect
173
+ golang.org/x/term v0.16.0 // indirect
173
174
golang.org/x/time v0.3.0 // indirect
174
175
golang.org/x/tools v0.14.0 // indirect
175
- gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
176
+ gomodules.xyz/jsonpatch/v2 v2.4 .0 // indirect
176
177
google.golang.org/appengine v1.6.7 // indirect
177
- google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
178
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
179
- google.golang.org/grpc v1.58.3 // indirect
178
+ google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
179
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
180
+ google.golang.org/grpc v1.59.0 // indirect
180
181
google.golang.org/protobuf v1.31.0 // indirect
182
+ gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect
181
183
gopkg.in/inf.v0 v0.9.1 // indirect
182
184
gopkg.in/ini.v1 v1.67.0 // indirect
183
185
gopkg.in/yaml.v3 v3.0.1 // indirect
184
- k8s.io/apiserver v0.27 .3 // indirect
186
+ k8s.io/apiserver v0.28 .3 // indirect
185
187
k8s.io/cluster-bootstrap v0.27.2 // indirect
186
- k8s.io/component-helpers v0.27.3 // indirect
187
- k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
188
- k8s.io/kubectl v0.27.3 // indirect
189
- k8s.io/metrics v0.27.3 // indirect
188
+ k8s.io/component-helpers v0.28.2 // indirect
189
+ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
190
+ k8s.io/kubectl v0.28.2 // indirect
191
+ k8s.io/metrics v0.28.2 // indirect
190
192
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
191
193
sigs.k8s.io/kind v0.20.0 // indirect
192
- sigs.k8s.io/kustomize/kustomize/v5 v5.0.1 // indirect
193
- sigs.k8s.io/kustomize/kyaml v0.14.2 // indirect
194
+ sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3 // indirect
195
+ sigs.k8s.io/kustomize/kyaml v0.16.0 // indirect
194
196
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
195
197
)
0 commit comments