File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11module open-cluster-management.io/cluster-permission
22
3- go 1.22 .0
3+ go 1.23 .0
44
5- toolchain go1.22.5
5+ toolchain go1.23.7
66
77require (
88 github.com/onsi/ginkgo/v2 v2.19.0
@@ -54,7 +54,7 @@ require (
5454 go.uber.org/zap v1.26.0 // indirect
5555 golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
5656 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
5858 golang.org/x/sys v0.29.0 // indirect
5959 golang.org/x/term v0.28.0 // indirect
6060 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=
125125golang.org/x/net v0.34.0 /go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k =
126126golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
127127golang.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 =
128130golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
129131golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
130132golang.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