diff --git a/go.mod b/go.mod index 68c428b7..8a6ee6af 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index fd6b8bfa..0f64aa14 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/vendor/modules.txt b/vendor/modules.txt index 58ccc3fc..88fe777e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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