1
1
module github.com/SovereignCloudStack/csctl
2
2
3
- go 1.21
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.7
4
6
5
7
require (
6
8
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
7
9
github.com/google/go-github/v56 v56.0.0
8
10
github.com/opencontainers/image-spec v1.1.0
9
11
github.com/spf13/cobra v1.8.0
10
12
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
13
15
gopkg.in/src-d/go-git.v4 v4.13.1
14
16
gopkg.in/yaml.v2 v2.4.0
15
17
gopkg.in/yaml.v3 v3.0.1
16
- helm.sh/helm/v3 v3.14 .4
18
+ helm.sh/helm/v3 v3.15 .4
17
19
oras.land/oras-go/v2 v2.5.0
18
20
)
19
21
@@ -35,13 +37,13 @@ require (
35
37
github.com/containerd/log v0.1.0 // indirect
36
38
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
37
39
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
41
44
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
43
46
github.com/docker/go-metrics v0.0.1 // indirect
44
- github.com/docker/go-units v0.5.0 // indirect
45
47
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
46
48
github.com/emirpasic/gods v1.12.0 // indirect
47
49
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
@@ -50,14 +52,14 @@ require (
50
52
github.com/felixge/httpsnoop v1.0.3 // indirect
51
53
github.com/go-errors/errors v1.4.2 // indirect
52
54
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
54
56
github.com/go-logr/stdr v1.2.2 // indirect
55
57
github.com/go-openapi/jsonpointer v0.19.6 // indirect
56
58
github.com/go-openapi/jsonreference v0.20.2 // indirect
57
59
github.com/go-openapi/swag v0.22.3 // indirect
58
60
github.com/gobwas/glob v0.2.3 // indirect
59
61
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
61
63
github.com/google/btree v1.0.1 // indirect
62
64
github.com/google/gnostic-models v0.6.8 // indirect
63
65
github.com/google/go-cmp v0.6.0 // indirect
@@ -99,7 +101,6 @@ require (
99
101
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
100
102
github.com/modern-go/reflect2 v1.0.2 // indirect
101
103
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
102
- github.com/morikuni/aec v1.0.0 // indirect
103
104
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
104
105
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
105
106
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -128,32 +129,31 @@ require (
128
129
go.opentelemetry.io/otel/metric v1.19.0 // indirect
129
130
go.opentelemetry.io/otel/trace v1.19.0 // indirect
130
131
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
137
138
golang.org/x/time v0.3.0 // indirect
138
- google.golang.org/appengine v1.6.7 // indirect
139
139
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
140
140
google.golang.org/grpc v1.58.3 // indirect
141
141
google.golang.org/protobuf v1.33.0 // indirect
142
142
gopkg.in/inf.v0 v0.9.1 // indirect
143
143
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
144
144
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
155
155
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
157
157
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
158
158
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
159
159
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
0 commit comments