Skip to content

Commit f048fa7

Browse files
cluster-stack-bot[bot]jschooneJan Schoone
authored
🌱 Update Update Golang Dependencies group (minor) (#210)
* 🌱 Update Update Golang Dependencies group | datasource | package | from | to | | ---------- | ------------------------------------------ | ------- | ------- | | go | github.com/gophercloud/gophercloud/v2 | v2.1.0 | v2.2.0 | | go | github.com/onsi/ginkgo/v2 | v2.20.2 | v2.22.0 | | go | github.com/onsi/gomega | v1.34.2 | v1.36.0 | | go | github.com/stretchr/testify | v1.9.0 | v1.10.0 | | go | sigs.k8s.io/cluster-api-provider-openstack | v0.10.5 | v0.11.3 | * chore: update go modules Signed-off-by: Jan Schoone <[email protected]> --------- Signed-off-by: Jan Schoone <[email protected]> Signed-off-by: Jan Schoone <[email protected]> Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Co-authored-by: Jan Schoone <[email protected]> Co-authored-by: Jan Schoone <[email protected]>
1 parent c43bf30 commit f048fa7

File tree

232 files changed

+30131
-2085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+30131
-2085
lines changed

go.mod

+19-19
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ toolchain go1.23.3
77
require (
88
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.7
99
github.com/gophercloud/gophercloud/v2 v2.2.0
10-
github.com/gophercloud/utils/v2 v2.0.0-20241108144456-f4302a5ad8c6
11-
github.com/onsi/ginkgo/v2 v2.20.2
12-
github.com/onsi/gomega v1.34.2
13-
github.com/stretchr/testify v1.9.0
14-
k8s.io/api v0.30.3
15-
k8s.io/apimachinery v0.30.3
16-
k8s.io/client-go v0.30.3
10+
github.com/gophercloud/utils/v2 v2.0.0-20240812072210-8ce1fc0f2894
11+
github.com/onsi/ginkgo/v2 v2.22.0
12+
github.com/onsi/gomega v1.36.0
13+
github.com/stretchr/testify v1.10.0
14+
k8s.io/api v0.30.7
15+
k8s.io/apimachinery v0.30.7
16+
k8s.io/client-go v0.30.7
1717
k8s.io/klog/v2 v2.130.1
18-
sigs.k8s.io/cluster-api v1.8.1
19-
sigs.k8s.io/cluster-api-provider-openstack v0.10.7
18+
sigs.k8s.io/cluster-api v1.8.5
19+
sigs.k8s.io/cluster-api-provider-openstack v0.11.3
2020
sigs.k8s.io/controller-runtime v0.18.5
2121
sigs.k8s.io/yaml v1.4.0
2222
)
@@ -49,11 +49,12 @@ require (
4949
github.com/google/go-cmp v0.6.0 // indirect
5050
github.com/google/go-querystring v1.1.0 // indirect
5151
github.com/google/gofuzz v1.2.0 // indirect
52-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
52+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
5353
github.com/google/uuid v1.6.0 // indirect
5454
github.com/imdario/mergo v0.3.15 // indirect
5555
github.com/josharian/intern v1.0.0 // indirect
5656
github.com/json-iterator/go v1.1.12 // indirect
57+
github.com/klauspost/compress v1.17.9 // indirect
5758
github.com/mailru/easyjson v0.7.7 // indirect
5859
github.com/mitchellh/go-homedir v1.1.0 // indirect
5960
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -63,33 +64,32 @@ require (
6364
github.com/opencontainers/image-spec v1.1.0 // indirect
6465
github.com/pkg/errors v0.9.1 // indirect
6566
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
66-
github.com/prometheus/client_golang v1.19.1 // indirect
67+
github.com/prometheus/client_golang v1.20.5 // indirect
6768
github.com/prometheus/client_model v0.6.1 // indirect
6869
github.com/prometheus/common v0.55.0 // indirect
6970
github.com/prometheus/procfs v0.15.1 // indirect
7071
github.com/spf13/pflag v1.0.5 // indirect
7172
github.com/stretchr/objx v0.5.2 // indirect
7273
go.uber.org/multierr v1.11.0 // indirect
7374
go.uber.org/zap v1.27.0 // indirect
74-
golang.org/x/crypto v0.26.0 // indirect
75+
golang.org/x/crypto v0.29.0 // indirect
7576
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
76-
golang.org/x/mod v0.20.0 // indirect
77-
golang.org/x/net v0.28.0 // indirect
77+
golang.org/x/mod v0.21.0 // indirect
78+
golang.org/x/net v0.30.0 // indirect
7879
golang.org/x/oauth2 v0.21.0 // indirect
7980
golang.org/x/sync v0.9.0 // indirect
8081
golang.org/x/sys v0.27.0 // indirect
81-
golang.org/x/term v0.23.0 // indirect
82+
golang.org/x/term v0.26.0 // indirect
8283
golang.org/x/text v0.20.0 // indirect
8384
golang.org/x/time v0.5.0 // indirect
84-
golang.org/x/tools v0.24.0 // indirect
85+
golang.org/x/tools v0.26.0 // indirect
8586
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
86-
google.golang.org/protobuf v1.34.2 // indirect
87+
google.golang.org/protobuf v1.35.1 // indirect
8788
gopkg.in/inf.v0 v0.9.1 // indirect
8889
gopkg.in/yaml.v2 v2.4.0 // indirect
8990
gopkg.in/yaml.v3 v3.0.1 // indirect
90-
k8s.io/apiextensions-apiserver v0.30.3 // indirect
91+
k8s.io/apiextensions-apiserver v0.30.7 // indirect
9192
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
92-
k8s.io/kubernetes v1.28.3 // indirect
9393
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
9494
oras.land/oras-go/v2 v2.5.0 // indirect
9595
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

go.sum

+53-51
Large diffs are not rendered by default.

vendor/github.com/google/pprof/profile/encode.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/pprof/profile/merge.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/pprof/profile/profile.go

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/.gitattributes

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/.gitignore

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/.goreleaser.yml

+123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)