Skip to content

Commit d464cee

Browse files
fix(deps): update module sigs.k8s.io/cluster-api to v1.7.1 (#40)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a22843 commit d464cee

File tree

2 files changed

+72
-76
lines changed

2 files changed

+72
-76
lines changed

go.mod

+19-19
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ require (
66
github.com/deckarep/golang-set/v2 v2.6.0
77
github.com/go-logr/logr v1.4.1
88
github.com/maas/gomaasclient v0.4.0
9-
github.com/onsi/ginkgo/v2 v2.16.0
10-
github.com/onsi/gomega v1.31.1
9+
github.com/onsi/ginkgo/v2 v2.17.1
10+
github.com/onsi/gomega v1.32.0
1111
github.com/spectrocloud-labs/validator v0.0.38-0.20240312192727-fc351f3d3938
1212
github.com/stretchr/testify v1.8.4
13-
k8s.io/api v0.29.2
14-
k8s.io/apimachinery v0.29.2
15-
k8s.io/client-go v0.29.2
16-
sigs.k8s.io/cluster-api v1.6.2
17-
sigs.k8s.io/controller-runtime v0.17.2
13+
k8s.io/api v0.29.3
14+
k8s.io/apimachinery v0.29.3
15+
k8s.io/client-go v0.29.3
16+
sigs.k8s.io/cluster-api v1.7.1
17+
sigs.k8s.io/controller-runtime v0.17.3
1818
)
1919

2020
require (
@@ -23,7 +23,7 @@ require (
2323
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2424
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2525
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26-
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
26+
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
2727
github.com/fsnotify/fsnotify v1.7.0 // indirect
2828
github.com/go-logr/zapr v1.3.0 // indirect
2929
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -33,13 +33,13 @@ require (
3333
github.com/gobuffalo/flect v1.0.2 // indirect
3434
github.com/gogo/protobuf v1.3.2 // indirect
3535
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36-
github.com/golang/protobuf v1.5.3 // indirect
36+
github.com/golang/protobuf v1.5.4 // indirect
3737
github.com/google/gnostic-models v0.6.8 // indirect
3838
github.com/google/go-cmp v0.6.0 // indirect
3939
github.com/google/go-querystring v1.1.0 // indirect
4040
github.com/google/gofuzz v1.2.0 // indirect
4141
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
42-
github.com/google/uuid v1.3.1 // indirect
42+
github.com/google/uuid v1.4.0 // indirect
4343
github.com/imdario/mergo v0.3.13 // indirect
4444
github.com/josharian/intern v1.0.0 // indirect
4545
github.com/json-iterator/go v1.1.12 // indirect
@@ -65,25 +65,25 @@ require (
6565
go.uber.org/multierr v1.11.0 // indirect
6666
go.uber.org/zap v1.26.0 // indirect
6767
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
68-
golang.org/x/net v0.21.0 // indirect
69-
golang.org/x/oauth2 v0.14.0 // indirect
70-
golang.org/x/sys v0.17.0 // indirect
71-
golang.org/x/term v0.17.0 // indirect
68+
golang.org/x/net v0.23.0 // indirect
69+
golang.org/x/oauth2 v0.18.0 // indirect
70+
golang.org/x/sys v0.18.0 // indirect
71+
golang.org/x/term v0.18.0 // indirect
7272
golang.org/x/text v0.14.0 // indirect
73-
golang.org/x/time v0.3.0 // indirect
73+
golang.org/x/time v0.5.0 // indirect
7474
golang.org/x/tools v0.17.0 // indirect
7575
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
7676
google.golang.org/appengine v1.6.7 // indirect
77-
google.golang.org/protobuf v1.32.0 // indirect
77+
google.golang.org/protobuf v1.33.0 // indirect
7878
gopkg.in/inf.v0 v0.9.1 // indirect
7979
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
8080
gopkg.in/yaml.v2 v2.4.0 // indirect
8181
gopkg.in/yaml.v3 v3.0.1 // indirect
82-
k8s.io/apiextensions-apiserver v0.29.0 // indirect
83-
k8s.io/component-base v0.29.0 // indirect
82+
k8s.io/apiextensions-apiserver v0.29.3 // indirect
83+
k8s.io/component-base v0.29.3 // indirect
8484
k8s.io/klog/v2 v2.120.1 // indirect
8585
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
86-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
86+
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
8787
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
8888
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
8989
sigs.k8s.io/yaml v1.4.0 // indirect

0 commit comments

Comments
 (0)