Skip to content

Commit 6452108

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.7 | | go | github.com/spf13/cobra | v1.8.0 | v1.8.1 |
1 parent 5bf6153 commit 6452108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/SovereignCloudStack/csctl
33
go 1.21
44

55
require (
6-
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
6+
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.7
77
github.com/google/go-github/v56 v56.0.0
88
github.com/opencontainers/image-spec v1.1.0
9-
github.com/spf13/cobra v1.8.0
9+
github.com/spf13/cobra v1.8.1
1010
github.com/valyala/fasttemplate v1.2.2
1111
golang.org/x/mod v0.16.0
1212
golang.org/x/oauth2 v0.18.0

0 commit comments

Comments
 (0)