@@ -2,27 +2,27 @@ module github.com/SovereignCloudStack/csctl
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.9
5
+ toolchain go1.22.12
6
6
7
7
require (
8
- github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
8
+ github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.9
9
9
github.com/google/go-github/v56 v56.0.0
10
- github.com/opencontainers/image-spec v1.1.0
10
+ github.com/opencontainers/image-spec v1.1.1
11
11
github.com/spf13/cobra v1.8.1
12
12
github.com/valyala/fasttemplate v1.2.2
13
13
golang.org/x/mod v0.22.0
14
- golang.org/x/oauth2 v0.24 .0
14
+ golang.org/x/oauth2 v0.25 .0
15
15
gopkg.in/src-d/go-git.v4 v4.13.1
16
16
gopkg.in/yaml.v3 v3.0.1
17
- helm.sh/helm/v3 v3.16.3
17
+ helm.sh/helm/v3 v3.16.4
18
18
oras.land/oras-go/v2 v2.5.0
19
19
)
20
20
21
21
require (
22
22
dario.cat/mergo v1.0.1 // indirect
23
23
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
24
24
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
25
- github.com/BurntSushi/toml v1.3.2 // indirect
25
+ github.com/BurntSushi/toml v1.4.0 // indirect
26
26
github.com/MakeNowJust/heredoc v1.0.0 // indirect
27
27
github.com/Masterminds/goutils v1.1.1 // indirect
28
28
github.com/Masterminds/semver/v3 v3.3.0 // indirect
@@ -46,7 +46,7 @@ require (
46
46
github.com/docker/docker-credential-helpers v0.7.0 // indirect
47
47
github.com/docker/go-connections v0.5.0 // indirect
48
48
github.com/docker/go-metrics v0.0.1 // indirect
49
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
49
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
50
50
github.com/emirpasic/gods v1.12.0 // indirect
51
51
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
52
52
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
@@ -132,31 +132,31 @@ require (
132
132
go.opentelemetry.io/otel/metric v1.28.0 // indirect
133
133
go.opentelemetry.io/otel/trace v1.28.0 // indirect
134
134
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
135
- golang.org/x/crypto v0.27 .0 // indirect
136
- golang.org/x/net v0.26 .0 // indirect
137
- golang.org/x/sync v0.8 .0 // indirect
138
- golang.org/x/sys v0.25 .0 // indirect
139
- golang.org/x/term v0.24 .0 // indirect
140
- golang.org/x/text v0.18 .0 // indirect
141
- golang.org/x/time v0.3 .0 // indirect
142
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
135
+ golang.org/x/crypto v0.31 .0 // indirect
136
+ golang.org/x/net v0.33 .0 // indirect
137
+ golang.org/x/sync v0.10 .0 // indirect
138
+ golang.org/x/sys v0.28 .0 // indirect
139
+ golang.org/x/term v0.27 .0 // indirect
140
+ golang.org/x/text v0.21 .0 // indirect
141
+ golang.org/x/time v0.5 .0 // indirect
142
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
143
143
google.golang.org/grpc v1.65.0 // indirect
144
- google.golang.org/protobuf v1.34.2 // indirect
144
+ google.golang.org/protobuf v1.36.1 // indirect
145
145
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
146
146
gopkg.in/inf.v0 v0.9.1 // indirect
147
147
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
148
148
gopkg.in/warnings.v0 v0.1.2 // indirect
149
149
gopkg.in/yaml.v2 v2.4.0 // indirect
150
- k8s.io/api v0.31.1 // indirect
151
- k8s.io/apiextensions-apiserver v0.31.1 // indirect
152
- k8s.io/apimachinery v0.31.1 // indirect
153
- k8s.io/apiserver v0.31.1 // indirect
154
- k8s.io/cli-runtime v0.31.1 // indirect
155
- k8s.io/client-go v0.31.1 // indirect
156
- k8s.io/component-base v0.31.1 // indirect
150
+ k8s.io/api v0.31.3 // indirect
151
+ k8s.io/apiextensions-apiserver v0.31.3 // indirect
152
+ k8s.io/apimachinery v0.31.3 // indirect
153
+ k8s.io/apiserver v0.31.3 // indirect
154
+ k8s.io/cli-runtime v0.31.3 // indirect
155
+ k8s.io/client-go v0.31.3 // indirect
156
+ k8s.io/component-base v0.31.3 // indirect
157
157
k8s.io/klog/v2 v2.130.1 // indirect
158
158
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
159
- k8s.io/kubectl v0.31.1 // indirect
159
+ k8s.io/kubectl v0.31.3 // indirect
160
160
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
161
161
oras.land/oras-go v1.2.5 // indirect
162
162
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
0 commit comments