File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/SovereignCloudStack/csmctl
33go 1.21
44
55require (
6- github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112
6+ github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
77 github.com/google/go-github/v56 v56.0.0
88 github.com/spf13/cobra v1.8.0
99 github.com/valyala/fasttemplate v1.2.2
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ github.com/Microsoft/hcsshim v0.11.0 h1:7EFNIY4igHEXUdj1zXgAyU3fLc7QfOKHbkldRVTB
2525github.com/Microsoft/hcsshim v0.11.0 /go.mod h1:OEthFdQv/AD2RAdzR6Mm1N1KPCztGKDurW1Z8b8VGMM =
2626github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs =
2727github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d /go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ =
28- github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112 h1:w/1YnHrAI/Eihkzt6ewRQz9Bcr4yPU1dTOAf0JF0x6g =
29- github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112 /go.mod h1:1nOm+nYIGs8kansssJC8J/WOMbbbooR4bUJBVae7r90 =
28+ github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3 h1:FzgRYkdQNc2Frsna4XXPij83PJNuSn4UUa+JAkabCdE =
29+ github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3 /go.mod h1:1nOm+nYIGs8kansssJC8J/WOMbbbooR4bUJBVae7r90 =
3030github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs =
3131github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 /go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs =
3232github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ github.com/Masterminds/squirrel
2727# github.com/Microsoft/hcsshim v0.11.0
2828## explicit; go 1.18
2929github.com/Microsoft/hcsshim/osversion
30- # github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.2.0.20240119073057-7c5bfa7d3112
30+ # github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.3
3131## explicit; go 1.19
3232github.com/SovereignCloudStack/cluster-stack-operator/pkg/kubernetesversion
3333github.com/SovereignCloudStack/cluster-stack-operator/pkg/version
You can’t perform that action at this time.
0 commit comments