File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-operator
22
3- go 1.23
3+ go 1.23.0
4+
5+ toolchain go1.23.6
6+
47require (
58 github.com/MakeNowJust/heredoc v1.0.0
69 github.com/Masterminds/goutils v1.1.1
Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-operator/test
22
3- go 1.23
3+ go 1.23.0
4+
5+ toolchain go1.23.6
46
57replace sigs.k8s.io/cluster-api-operator => ../
68
@@ -121,7 +123,7 @@ require (
121123 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
122124 golang.org/x/mod v0.23.0 // indirect
123125 golang.org/x/net v0.35.0 // indirect
124- golang.org/x/oauth2 v0.26 .0 // indirect
126+ golang.org/x/oauth2 v0.27 .0 // indirect
125127 golang.org/x/sync v0.11.0 // indirect
126128 golang.org/x/sys v0.30.0 // indirect
127129 golang.org/x/term v0.29.0 // indirect
Original file line number Diff line number Diff line change @@ -306,8 +306,8 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
306306golang.org/x/net v0.8.0 /go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc =
307307golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8 =
308308golang.org/x/net v0.35.0 /go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk =
309- golang.org/x/oauth2 v0.26 .0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE =
310- golang.org/x/oauth2 v0.26 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
309+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
310+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
311311golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
312312golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
313313golang.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