Skip to content

Commit 3379f96

Browse files
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | -------------- | ----------------------------------------------------- | -------------- | -------------- | | go | github.com/SovereignCloudStack/cluster-stack-operator | v0.1.0-alpha.5 | v0.1.0-alpha.9 | | go | github.com/opencontainers/image-spec | v1.1.0 | v1.1.1 | | golang-version | go | 1.22.9 | 1.22.12 | | go | helm.sh/helm/v3 | v3.16.3 | v3.16.4 |
1 parent 7300a64 commit 3379f96

File tree

165 files changed

+8938
-2510
lines changed

Some content is hidden

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

165 files changed

+8938
-2510
lines changed

go.mod

+24-24
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ module github.com/SovereignCloudStack/csctl
22

33
go 1.22.0
44

5-
toolchain go1.22.9
5+
toolchain go1.22.12
66

77
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
99
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
1111
github.com/spf13/cobra v1.8.1
1212
github.com/valyala/fasttemplate v1.2.2
1313
golang.org/x/mod v0.22.0
14-
golang.org/x/oauth2 v0.24.0
14+
golang.org/x/oauth2 v0.25.0
1515
gopkg.in/src-d/go-git.v4 v4.13.1
1616
gopkg.in/yaml.v3 v3.0.1
17-
helm.sh/helm/v3 v3.16.3
17+
helm.sh/helm/v3 v3.16.4
1818
oras.land/oras-go/v2 v2.5.0
1919
)
2020

2121
require (
2222
dario.cat/mergo v1.0.1 // indirect
2323
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
2424
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
2626
github.com/MakeNowJust/heredoc v1.0.0 // indirect
2727
github.com/Masterminds/goutils v1.1.1 // indirect
2828
github.com/Masterminds/semver/v3 v3.3.0 // indirect
@@ -46,7 +46,7 @@ require (
4646
github.com/docker/docker-credential-helpers v0.7.0 // indirect
4747
github.com/docker/go-connections v0.5.0 // indirect
4848
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
5050
github.com/emirpasic/gods v1.12.0 // indirect
5151
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
5252
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
@@ -132,31 +132,31 @@ require (
132132
go.opentelemetry.io/otel/metric v1.28.0 // indirect
133133
go.opentelemetry.io/otel/trace v1.28.0 // indirect
134134
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
143143
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
145145
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
146146
gopkg.in/inf.v0 v0.9.1 // indirect
147147
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
148148
gopkg.in/warnings.v0 v0.1.2 // indirect
149149
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
157157
k8s.io/klog/v2 v2.130.1 // indirect
158158
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
160160
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
161161
oras.land/oras-go v1.2.5 // indirect
162162
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

go.sum

+58-58
Large diffs are not rendered by default.

vendor/github.com/BurntSushi/toml/README.md

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

vendor/github.com/BurntSushi/toml/decode.go

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

0 commit comments

Comments
 (0)