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 1
1
module sigs.k8s.io/cluster-api-operator
2
2
3
- go 1.23
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.6
6
+
4
7
require (
5
8
github.com/MakeNowJust/heredoc v1.0.0
6
9
github.com/Masterminds/goutils v1.1.1
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/cluster-api-operator/test
2
2
3
- go 1.23
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.6
4
6
5
7
replace sigs.k8s.io/cluster-api-operator => ../
6
8
@@ -121,7 +123,7 @@ require (
121
123
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
122
124
golang.org/x/mod v0.23.0 // indirect
123
125
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
125
127
golang.org/x/sync v0.11.0 // indirect
126
128
golang.org/x/sys v0.30.0 // indirect
127
129
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=
306
306
golang.org/x/net v0.8.0 /go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc =
307
307
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8 =
308
308
golang.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 =
311
311
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
312
312
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
313
313
golang.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