Skip to content

Commit a18c5d7

Browse files
Update generated code
1 parent e3596b5 commit a18c5d7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module sigs.k8s.io/cluster-api-operator
22

3-
go 1.23
3+
go 1.23.0
4+
5+
toolchain go1.23.6
6+
47
require (
58
github.com/MakeNowJust/heredoc v1.0.0
69
github.com/Masterminds/goutils v1.1.1

test/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module sigs.k8s.io/cluster-api-operator/test
22

3-
go 1.23
3+
go 1.23.0
4+
5+
toolchain go1.23.6
46

57
replace 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

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
306306
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
307307
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
308308
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=
311311
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
312312
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
313313
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)