@@ -13,39 +13,40 @@ require (
13
13
github.com/hashicorp/go-version v1.7.0
14
14
github.com/k-orc/openstack-resource-controller v0.0.0-00010101000000-000000000000
15
15
github.com/onsi/ginkgo/v2 v2.22.0
16
- github.com/onsi/gomega v1.36.0
16
+ github.com/onsi/gomega v1.36.1
17
17
github.com/prometheus/client_golang v1.20.5
18
18
github.com/spf13/pflag v1.0.5
19
19
go.uber.org/mock v0.5.0
20
20
golang.org/x/crypto v0.31.0
21
21
golang.org/x/text v0.21.0
22
22
gopkg.in/ini.v1 v1.67.0
23
- k8s.io/api v0.31.3
24
- k8s.io/apiextensions-apiserver v0.31.3
25
- k8s.io/apimachinery v0.31.3
26
- k8s.io/client-go v0.31.3
27
- k8s.io/code-generator v0.31.3
28
- k8s.io/component-base v0.31.3
23
+ k8s.io/api v0.31.4
24
+ k8s.io/apiextensions-apiserver v0.31.4
25
+ k8s.io/apimachinery v0.31.4
26
+ k8s.io/client-go v0.31.4
27
+ k8s.io/code-generator v0.31.4
28
+ k8s.io/component-base v0.31.4
29
29
k8s.io/klog/v2 v2.130.1
30
30
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
31
31
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
32
- sigs.k8s.io/cluster-api v1.8.5
33
- sigs.k8s.io/cluster-api/test v1.8.5
32
+ sigs.k8s.io/cluster-api v1.9.1
33
+ sigs.k8s.io/cluster-api/test v1.9.1
34
34
sigs.k8s.io/controller-runtime v0.19.3
35
35
sigs.k8s.io/structured-merge-diff/v4 v4.4.1
36
36
sigs.k8s.io/yaml v1.4.0
37
37
)
38
38
39
39
require (
40
+ dario.cat/mergo v1.0.1 // indirect
40
41
github.com/BurntSushi/toml v1.4.0 // indirect
41
42
github.com/MakeNowJust/heredoc v1.0.0 // indirect
42
43
github.com/Masterminds/goutils v1.1.1 // indirect
43
- github.com/Masterminds/semver/v3 v3.2 .0 // indirect
44
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
44
+ github.com/Masterminds/semver/v3 v3.3 .0 // indirect
45
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
45
46
github.com/Microsoft/go-winio v0.5.0 // indirect
46
47
github.com/NYTimes/gziphandler v1.1.1 // indirect
47
48
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
48
- github.com/adrg/xdg v0.5.0 // indirect
49
+ github.com/adrg/xdg v0.5.3 // indirect
49
50
github.com/alessio/shellescape v1.4.2 // indirect
50
51
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
51
52
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
@@ -55,7 +56,7 @@ require (
55
56
github.com/cespare/xxhash/v2 v2.3.0 // indirect
56
57
github.com/cloudflare/circl v1.3.7 // indirect
57
58
github.com/distribution/reference v0.6.0 // indirect
58
- github.com/docker/docker v27.1 .1+incompatible // indirect
59
+ github.com/docker/docker v27.3 .1+incompatible // indirect
59
60
github.com/docker/go-connections v0.5.0 // indirect
60
61
github.com/docker/go-units v0.4.0 // indirect
61
62
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -70,7 +71,7 @@ require (
70
71
github.com/go-openapi/jsonreference v0.20.2 // indirect
71
72
github.com/go-openapi/swag v0.22.4 // indirect
72
73
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
73
- github.com/gobuffalo/flect v1.0.2 // indirect
74
+ github.com/gobuffalo/flect v1.0.3 // indirect
74
75
github.com/gofrs/uuid/v5 v5.3.0 // indirect
75
76
github.com/gogo/protobuf v1.3.2 // indirect
76
77
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -83,7 +84,7 @@ require (
83
84
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
84
85
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
85
86
github.com/hashicorp/hcl v1.0.0 // indirect
86
- github.com/huandu/xstrings v1.3.3 // indirect
87
+ github.com/huandu/xstrings v1.5.0 // indirect
87
88
github.com/imdario/mergo v0.3.15 // indirect
88
89
github.com/inconshreveable/mousetrap v1.1.0 // indirect
89
90
github.com/josharian/intern v1.0.0 // indirect
@@ -111,10 +112,10 @@ require (
111
112
github.com/prometheus/procfs v0.15.1 // indirect
112
113
github.com/sagikazarmark/locafero v0.4.0 // indirect
113
114
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
114
- github.com/shopspring/decimal v1.3.1 // indirect
115
+ github.com/shopspring/decimal v1.4.0 // indirect
115
116
github.com/sourcegraph/conc v0.3.0 // indirect
116
117
github.com/spf13/afero v1.11.0 // indirect
117
- github.com/spf13/cast v1.6 .0 // indirect
118
+ github.com/spf13/cast v1.7 .0 // indirect
118
119
github.com/spf13/cobra v1.8.1 // indirect
119
120
github.com/spf13/viper v1.19.0 // indirect
120
121
github.com/stoewer/go-strcase v1.3.0 // indirect
@@ -134,8 +135,8 @@ require (
134
135
go.uber.org/zap v1.27.0 // indirect
135
136
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
136
137
golang.org/x/mod v0.21.0 // indirect
137
- golang.org/x/net v0.30 .0 // indirect
138
- golang.org/x/oauth2 v0.21 .0 // indirect
138
+ golang.org/x/net v0.32 .0 // indirect
139
+ golang.org/x/oauth2 v0.24 .0 // indirect
139
140
golang.org/x/sync v0.10.0 // indirect
140
141
golang.org/x/sys v0.28.0 // indirect
141
142
golang.org/x/term v0.27.0 // indirect
@@ -144,18 +145,18 @@ require (
144
145
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
145
146
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
146
147
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
147
- google.golang.org/grpc v1.65.0 // indirect
148
+ google.golang.org/grpc v1.65.1 // indirect
148
149
google.golang.org/protobuf v1.35.1 // indirect
149
150
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
150
151
gopkg.in/inf.v0 v0.9.1 // indirect
151
152
gopkg.in/yaml.v2 v2.4.0 // indirect
152
153
gopkg.in/yaml.v3 v3.0.1 // indirect
153
- k8s.io/apiserver v0.31.3 // indirect
154
- k8s.io/cluster-bootstrap v0.30 .3 // indirect
154
+ k8s.io/apiserver v0.31.4 // indirect
155
+ k8s.io/cluster-bootstrap v0.31 .3 // indirect
155
156
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
156
157
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
157
158
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
158
- sigs.k8s.io/kind v0.24 .0 // indirect
159
+ sigs.k8s.io/kind v0.25 .0 // indirect
159
160
)
160
161
161
162
replace github.com/k-orc/openstack-resource-controller => ./orc
0 commit comments