Skip to content

Commit

Permalink
🌱 Update Golang Dependencies group to v0.1.0-alpha.3 (#71)
Browse files Browse the repository at this point in the history
| datasource | package                                               | from                                         | to             |
| ---------- | ----------------------------------------------------- | -------------------------------------------- | -------------- |
| go         | github.com/SovereignCloudStack/cluster-stack-operator | v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112 | v0.1.0-alpha.3 |

Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
  • Loading branch information
cluster-stack-bot[bot] committed Feb 20, 2024
1 parent dfe51cd commit d539a65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/SovereignCloudStack/csmctl
go 1.21

require (
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
github.com/google/go-github/v56 v56.0.0
github.com/spf13/cobra v1.8.0
github.com/valyala/fasttemplate v1.2.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/Microsoft/hcsshim v0.11.0 h1:7EFNIY4igHEXUdj1zXgAyU3fLc7QfOKHbkldRVTB
github.com/Microsoft/hcsshim v0.11.0/go.mod h1:OEthFdQv/AD2RAdzR6Mm1N1KPCztGKDurW1Z8b8VGMM=
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs=
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112 h1:w/1YnHrAI/Eihkzt6ewRQz9Bcr4yPU1dTOAf0JF0x6g=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112/go.mod h1:1nOm+nYIGs8kansssJC8J/WOMbbbooR4bUJBVae7r90=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3 h1:FzgRYkdQNc2Frsna4XXPij83PJNuSn4UUa+JAkabCdE=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3/go.mod h1:1nOm+nYIGs8kansssJC8J/WOMbbbooR4bUJBVae7r90=
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7/go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ github.com/Masterminds/squirrel
# github.com/Microsoft/hcsshim v0.11.0
## explicit; go 1.18
github.com/Microsoft/hcsshim/osversion
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
## explicit; go 1.19
github.com/SovereignCloudStack/cluster-stack-operator/pkg/kubernetesversion
github.com/SovereignCloudStack/cluster-stack-operator/pkg/version
Expand Down

0 comments on commit d539a65

Please sign in to comment.