File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
module open-cluster-management.io/cluster-permission
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.22.5
5
+ toolchain go1.23.7
6
6
7
7
require (
8
8
github.com/onsi/ginkgo/v2 v2.19.0
@@ -54,7 +54,7 @@ require (
54
54
go.uber.org/zap v1.26.0 // indirect
55
55
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
56
56
golang.org/x/net v0.34.0 // indirect
57
- golang.org/x/oauth2 v0.21 .0 // indirect
57
+ golang.org/x/oauth2 v0.27 .0 // indirect
58
58
golang.org/x/sys v0.29.0 // indirect
59
59
golang.org/x/term v0.28.0 // indirect
60
60
golang.org/x/text v0.21.0 // indirect
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
125
125
golang.org/x/net v0.34.0 /go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k =
126
126
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
127
127
golang.org/x/oauth2 v0.21.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
128
+ golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
129
+ golang.org/x/oauth2 v0.27.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
128
130
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
129
131
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
130
132
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