Skip to content

Commit a95f6f4

Browse files
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | go | golang.org/x/mod | v0.16.0 | v0.21.0 | | go | golang.org/x/oauth2 | v0.18.0 | v0.23.0 | | go | helm.sh/helm/v3 | v3.14.4 | v3.15.4 |
1 parent a743d0c commit a95f6f4

File tree

620 files changed

+52188
-34505
lines changed

Some content is hidden

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

620 files changed

+52188
-34505
lines changed

go.mod

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
module github.com/SovereignCloudStack/csctl
22

3-
go 1.21
3+
go 1.22.0
4+
5+
toolchain go1.22.7
46

57
require (
68
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
79
github.com/google/go-github/v56 v56.0.0
810
github.com/opencontainers/image-spec v1.1.0
911
github.com/spf13/cobra v1.8.0
1012
github.com/valyala/fasttemplate v1.2.2
11-
golang.org/x/mod v0.16.0
12-
golang.org/x/oauth2 v0.18.0
13+
golang.org/x/mod v0.21.0
14+
golang.org/x/oauth2 v0.23.0
1315
gopkg.in/src-d/go-git.v4 v4.13.1
1416
gopkg.in/yaml.v2 v2.4.0
1517
gopkg.in/yaml.v3 v3.0.1
16-
helm.sh/helm/v3 v3.14.4
18+
helm.sh/helm/v3 v3.15.4
1719
oras.land/oras-go/v2 v2.5.0
1820
)
1921

@@ -35,13 +37,13 @@ require (
3537
github.com/containerd/log v0.1.0 // indirect
3638
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
3739
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38-
github.com/docker/cli v24.0.6+incompatible // indirect
39-
github.com/docker/distribution v2.8.2+incompatible // indirect
40-
github.com/docker/docker v24.0.9+incompatible // indirect
40+
github.com/distribution/reference v0.5.0 // indirect
41+
github.com/docker/cli v25.0.1+incompatible // indirect
42+
github.com/docker/distribution v2.8.3+incompatible // indirect
43+
github.com/docker/docker v25.0.6+incompatible // indirect
4144
github.com/docker/docker-credential-helpers v0.7.0 // indirect
42-
github.com/docker/go-connections v0.4.0 // indirect
45+
github.com/docker/go-connections v0.5.0 // indirect
4346
github.com/docker/go-metrics v0.0.1 // indirect
44-
github.com/docker/go-units v0.5.0 // indirect
4547
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
4648
github.com/emirpasic/gods v1.12.0 // indirect
4749
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
@@ -50,14 +52,14 @@ require (
5052
github.com/felixge/httpsnoop v1.0.3 // indirect
5153
github.com/go-errors/errors v1.4.2 // indirect
5254
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
53-
github.com/go-logr/logr v1.3.0 // indirect
55+
github.com/go-logr/logr v1.4.1 // indirect
5456
github.com/go-logr/stdr v1.2.2 // indirect
5557
github.com/go-openapi/jsonpointer v0.19.6 // indirect
5658
github.com/go-openapi/jsonreference v0.20.2 // indirect
5759
github.com/go-openapi/swag v0.22.3 // indirect
5860
github.com/gobwas/glob v0.2.3 // indirect
5961
github.com/gogo/protobuf v1.3.2 // indirect
60-
github.com/golang/protobuf v1.5.3 // indirect
62+
github.com/golang/protobuf v1.5.4 // indirect
6163
github.com/google/btree v1.0.1 // indirect
6264
github.com/google/gnostic-models v0.6.8 // indirect
6365
github.com/google/go-cmp v0.6.0 // indirect
@@ -99,7 +101,6 @@ require (
99101
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
100102
github.com/modern-go/reflect2 v1.0.2 // indirect
101103
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
102-
github.com/morikuni/aec v1.0.0 // indirect
103104
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
104105
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
105106
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -128,32 +129,31 @@ require (
128129
go.opentelemetry.io/otel/metric v1.19.0 // indirect
129130
go.opentelemetry.io/otel/trace v1.19.0 // indirect
130131
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
131-
golang.org/x/crypto v0.21.0 // indirect
132-
golang.org/x/net v0.22.0 // indirect
133-
golang.org/x/sync v0.6.0 // indirect
134-
golang.org/x/sys v0.18.0 // indirect
135-
golang.org/x/term v0.18.0 // indirect
136-
golang.org/x/text v0.14.0 // indirect
132+
golang.org/x/crypto v0.25.0 // indirect
133+
golang.org/x/net v0.23.0 // indirect
134+
golang.org/x/sync v0.7.0 // indirect
135+
golang.org/x/sys v0.22.0 // indirect
136+
golang.org/x/term v0.22.0 // indirect
137+
golang.org/x/text v0.16.0 // indirect
137138
golang.org/x/time v0.3.0 // indirect
138-
google.golang.org/appengine v1.6.7 // indirect
139139
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
140140
google.golang.org/grpc v1.58.3 // indirect
141141
google.golang.org/protobuf v1.33.0 // indirect
142142
gopkg.in/inf.v0 v0.9.1 // indirect
143143
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
144144
gopkg.in/warnings.v0 v0.1.2 // indirect
145-
k8s.io/api v0.29.0 // indirect
146-
k8s.io/apiextensions-apiserver v0.29.0 // indirect
147-
k8s.io/apimachinery v0.29.0 // indirect
148-
k8s.io/apiserver v0.29.0 // indirect
149-
k8s.io/cli-runtime v0.29.0 // indirect
150-
k8s.io/client-go v0.29.0 // indirect
151-
k8s.io/component-base v0.29.0 // indirect
152-
k8s.io/klog/v2 v2.110.1 // indirect
153-
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
154-
k8s.io/kubectl v0.29.0 // indirect
145+
k8s.io/api v0.30.3 // indirect
146+
k8s.io/apiextensions-apiserver v0.30.3 // indirect
147+
k8s.io/apimachinery v0.30.3 // indirect
148+
k8s.io/apiserver v0.30.3 // indirect
149+
k8s.io/cli-runtime v0.30.3 // indirect
150+
k8s.io/client-go v0.30.3 // indirect
151+
k8s.io/component-base v0.30.3 // indirect
152+
k8s.io/klog/v2 v2.120.1 // indirect
153+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
154+
k8s.io/kubectl v0.30.3 // indirect
155155
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
156-
oras.land/oras-go v1.2.4 // indirect
156+
oras.land/oras-go v1.2.5 // indirect
157157
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
158158
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
159159
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect

0 commit comments

Comments
 (0)