File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/stackitcloud/stackit-cli
2
2
3
- go 1.24
3
+ go 1.24.0
4
4
5
5
require (
6
6
github.com/fatih/color v1.18.0
@@ -35,7 +35,7 @@ require (
35
35
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.3.1
36
36
github.com/zalando/go-keyring v0.2.6
37
37
golang.org/x/mod v0.27.0
38
- golang.org/x/oauth2 v0.30 .0
38
+ golang.org/x/oauth2 v0.31 .0
39
39
golang.org/x/term v0.34.0
40
40
golang.org/x/text v0.28.0
41
41
k8s.io/apimachinery v0.32.3
Original file line number Diff line number Diff line change @@ -805,8 +805,8 @@ golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4Iltr
805
805
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
806
806
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
807
807
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c /go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A =
808
- golang.org/x/oauth2 v0.30 .0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
809
- golang.org/x/oauth2 v0.30 .0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
808
+ golang.org/x/oauth2 v0.31 .0 h1:8Fq0yVZLh4j4YA47vHKFTa9Ew5XIrCP8LC6UeNZnLxo =
809
+ golang.org/x/oauth2 v0.31 .0 /go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA =
810
810
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
811
811
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
812
812
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments