Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 74318e1

Browse files
🌱 Update Golang Dependencies group to v0.1.0-alpha.2 (#45)
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | -------------- | -------------- | | go | github.com/SovereignCloudStack/cluster-stack-operator | v0.1.0-alpha.1 | v0.1.0-alpha.2 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Co-authored-by: Michal Gubricky <[email protected]>
1 parent d5f33fb commit 74318e1

File tree

6 files changed

+74
-23
lines changed

6 files changed

+74
-23
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/sovereignCloudStack/cluster-stack-provider-openstack
33
go 1.21
44

55
require (
6-
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.1
6+
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2
77
github.com/gophercloud/gophercloud v1.8.0
88
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
99
github.com/onsi/ginkgo/v2 v2.14.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj
88
github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
99
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwFc0ih8puEVAOFGELsn1zoIIYdxvML7mDxA=
1010
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
11-
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.1 h1:ZzdupXrOqcm9dtnhbYOnLtkAhIjY6HNGGOYLnEOnAis=
12-
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.1/go.mod h1:CxGwKIWX4KbHRGJYq9eIINr6x6VOPbCXSMsud4whiF8=
11+
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2 h1:23sNJB4z0wiguCeG0W+GdusBrRNYGcKsUYLZo01wZNs=
12+
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2/go.mod h1:qXyqN2aZ+JCtVIVMNdr736b+3XNmaOhsXjGZuMUUUp0=
1313
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1 h1:X8MJ0fnN5FPdcGF5Ij2/OW+HgiJrRg3AfHAx1PJtIzM=
1414
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
1515
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=

vendor/github.com/SovereignCloudStack/cluster-stack-operator/pkg/clusterstack/clusterstack.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/SovereignCloudStack/cluster-stack-operator/pkg/release/release.go

Lines changed: 57 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/SovereignCloudStack/cluster-stack-operator/pkg/version/version.go

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ github.com/ProtonMail/go-crypto/openpgp/internal/ecc
1818
github.com/ProtonMail/go-crypto/openpgp/internal/encoding
1919
github.com/ProtonMail/go-crypto/openpgp/packet
2020
github.com/ProtonMail/go-crypto/openpgp/s2k
21-
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.1
21+
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2
2222
## explicit; go 1.19
2323
github.com/SovereignCloudStack/cluster-stack-operator/pkg/clusterstack
2424
github.com/SovereignCloudStack/cluster-stack-operator/pkg/github/client

0 commit comments

Comments
 (0)