Skip to content

Commit 4513eae

Browse files
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | go | golang.org/x/mod | v0.16.0 | v0.20.0 | | go | golang.org/x/oauth2 | v0.18.0 | v0.22.0 | | go | helm.sh/helm/v3 | v3.14.4 | v3.15.3 |
1 parent 0a58860 commit 4513eae

File tree

517 files changed

+42478
-28761
lines changed

Some content is hidden

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

517 files changed

+42478
-28761
lines changed

go.mod

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

3-
go 1.21
3+
go 1.22.0
4+
5+
toolchain go1.22.5
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/spf13/cobra v1.8.0
911
github.com/valyala/fasttemplate v1.2.2
10-
golang.org/x/mod v0.16.0
11-
golang.org/x/oauth2 v0.18.0
12+
golang.org/x/mod v0.20.0
13+
golang.org/x/oauth2 v0.22.0
1214
gopkg.in/src-d/go-git.v4 v4.13.1
1315
gopkg.in/yaml.v3 v3.0.1
14-
helm.sh/helm/v3 v3.14.4
16+
helm.sh/helm/v3 v3.15.3
1517
)
1618

1719
require (
@@ -32,13 +34,13 @@ require (
3234
github.com/containerd/log v0.1.0 // indirect
3335
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
3436
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35-
github.com/docker/cli v24.0.6+incompatible // indirect
36-
github.com/docker/distribution v2.8.2+incompatible // indirect
37-
github.com/docker/docker v24.0.9+incompatible // indirect
37+
github.com/distribution/reference v0.5.0 // indirect
38+
github.com/docker/cli v25.0.1+incompatible // indirect
39+
github.com/docker/distribution v2.8.3+incompatible // indirect
40+
github.com/docker/docker v25.0.5+incompatible // indirect
3841
github.com/docker/docker-credential-helpers v0.7.0 // indirect
39-
github.com/docker/go-connections v0.4.0 // indirect
42+
github.com/docker/go-connections v0.5.0 // indirect
4043
github.com/docker/go-metrics v0.0.1 // indirect
41-
github.com/docker/go-units v0.5.0 // indirect
4244
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
4345
github.com/emirpasic/gods v1.12.0 // indirect
4446
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
@@ -47,14 +49,14 @@ require (
4749
github.com/felixge/httpsnoop v1.0.3 // indirect
4850
github.com/go-errors/errors v1.4.2 // indirect
4951
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
50-
github.com/go-logr/logr v1.3.0 // indirect
52+
github.com/go-logr/logr v1.4.1 // indirect
5153
github.com/go-logr/stdr v1.2.2 // indirect
5254
github.com/go-openapi/jsonpointer v0.19.6 // indirect
5355
github.com/go-openapi/jsonreference v0.20.2 // indirect
5456
github.com/go-openapi/swag v0.22.3 // indirect
5557
github.com/gobwas/glob v0.2.3 // indirect
5658
github.com/gogo/protobuf v1.3.2 // indirect
57-
github.com/golang/protobuf v1.5.3 // indirect
59+
github.com/golang/protobuf v1.5.4 // indirect
5860
github.com/google/btree v1.0.1 // indirect
5961
github.com/google/gnostic-models v0.6.8 // indirect
6062
github.com/google/go-cmp v0.6.0 // indirect
@@ -96,11 +98,10 @@ require (
9698
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9799
github.com/modern-go/reflect2 v1.0.2 // indirect
98100
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
99-
github.com/morikuni/aec v1.0.0 // indirect
100101
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101102
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
102103
github.com/opencontainers/go-digest v1.0.0 // indirect
103-
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
104+
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
104105
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
105106
github.com/pkg/errors v0.9.1 // indirect
106107
github.com/prometheus/client_golang v1.17.0 // indirect
@@ -127,32 +128,31 @@ require (
127128
go.opentelemetry.io/otel/trace v1.19.0 // indirect
128129
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
129130
golang.org/x/crypto v0.21.0 // indirect
130-
golang.org/x/net v0.22.0 // indirect
131-
golang.org/x/sync v0.5.0 // indirect
131+
golang.org/x/net v0.23.0 // indirect
132+
golang.org/x/sync v0.6.0 // indirect
132133
golang.org/x/sys v0.18.0 // indirect
133134
golang.org/x/term v0.18.0 // indirect
134135
golang.org/x/text v0.14.0 // indirect
135136
golang.org/x/time v0.3.0 // indirect
136-
google.golang.org/appengine v1.6.7 // indirect
137137
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
138138
google.golang.org/grpc v1.58.3 // indirect
139139
google.golang.org/protobuf v1.33.0 // indirect
140140
gopkg.in/inf.v0 v0.9.1 // indirect
141141
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
142142
gopkg.in/warnings.v0 v0.1.2 // indirect
143143
gopkg.in/yaml.v2 v2.4.0 // indirect
144-
k8s.io/api v0.29.0 // indirect
145-
k8s.io/apiextensions-apiserver v0.29.0 // indirect
146-
k8s.io/apimachinery v0.29.0 // indirect
147-
k8s.io/apiserver v0.29.0 // indirect
148-
k8s.io/cli-runtime v0.29.0 // indirect
149-
k8s.io/client-go v0.29.0 // indirect
150-
k8s.io/component-base v0.29.0 // indirect
151-
k8s.io/klog/v2 v2.110.1 // indirect
152-
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
153-
k8s.io/kubectl v0.29.0 // indirect
144+
k8s.io/api v0.30.0 // indirect
145+
k8s.io/apiextensions-apiserver v0.30.0 // indirect
146+
k8s.io/apimachinery v0.30.0 // indirect
147+
k8s.io/apiserver v0.30.0 // indirect
148+
k8s.io/cli-runtime v0.30.0 // indirect
149+
k8s.io/client-go v0.30.0 // indirect
150+
k8s.io/component-base v0.30.0 // indirect
151+
k8s.io/klog/v2 v2.120.1 // indirect
152+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
153+
k8s.io/kubectl v0.30.0 // indirect
154154
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
155-
oras.land/oras-go v1.2.4 // indirect
155+
oras.land/oras-go v1.2.5 // indirect
156156
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
157157
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
158158
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect

0 commit comments

Comments
 (0)