File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11module github.com/stackitcloud/stackit-cli
22
3- go 1.23
3+ go 1.23.0
4+
5+ toolchain go1.24.1
46
57require (
68 github.com/fatih/color v1.18.0
@@ -34,7 +36,7 @@ require (
3436 github.com/zalando/go-keyring v0.2.6
3537 golang.org/x/mod v0.23.0
3638 golang.org/x/oauth2 v0.26.0
37- golang.org/x/term v0.29 .0
39+ golang.org/x/term v0.30 .0
3840 golang.org/x/text v0.22.0
3941 k8s.io/apimachinery v0.31.3
4042 k8s.io/client-go v0.31.3
@@ -85,7 +87,7 @@ require (
8587 github.com/stackitcloud/stackit-sdk-go/services/redis v0.21.1
8688 github.com/subosito/gotenv v1.6.0 // indirect
8789 go.uber.org/multierr v1.11.0 // indirect
88- golang.org/x/sys v0.30 .0 // indirect
90+ golang.org/x/sys v0.31 .0 // indirect
8991 gopkg.in/yaml.v2 v2.4.0 // indirect
9092 gopkg.in/yaml.v3 v3.0.1 // indirect
9193 k8s.io/api v0.31.3 // indirect
Original file line number Diff line number Diff line change @@ -195,10 +195,10 @@ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5h
195195golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
196196golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
197197golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
198- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
199- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
200- golang.org/x/term v0.29 .0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
201- golang.org/x/term v0.29 .0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
198+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
199+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
200+ golang.org/x/term v0.30 .0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y =
201+ golang.org/x/term v0.30 .0 /go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g =
202202golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
203203golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
204204golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM =
You can’t perform that action at this time.
0 commit comments