File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-provider-digitalocean
22
3- go 1.24.0
4-
5- toolchain go1.24.1
3+ go 1.25.0
64
75require (
86 github.com/digitalocean/godo v1.165.1
@@ -13,7 +11,7 @@ require (
1311 github.com/pkg/errors v0.9.1
1412 github.com/spf13/pflag v1.0.10
1513 go.uber.org/mock v0.6.0
16- golang.org/x/oauth2 v0.30 .0
14+ golang.org/x/oauth2 v0.36 .0
1715 k8s.io/api v0.33.3
1816 k8s.io/apimachinery v0.33.3
1917 k8s.io/client-go v0.33.3
Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
342342golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
343343golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU =
344344golang.org/x/net v0.48.0 /go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY =
345- golang.org/x/oauth2 v0.30 .0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
346- golang.org/x/oauth2 v0.30 .0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
345+ golang.org/x/oauth2 v0.36 .0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs =
346+ golang.org/x/oauth2 v0.36 .0 /go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q =
347347golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
348348golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
349349golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments