File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11module yc-agent
22
3- go 1.23.8
3+ go 1.23.12
44
55require (
66 github.com/bmatcuk/doublestar/v4 v4.7.1
@@ -66,7 +66,7 @@ require (
6666 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
6767 github.com/yusufpapurcu/wmi v1.2.4 // indirect
6868 golang.org/x/net v0.38.0 // indirect
69- golang.org/x/oauth2 v0.23 .0 // indirect
69+ golang.org/x/oauth2 v0.27 .0 // indirect
7070 golang.org/x/sys v0.31.0 // indirect
7171 golang.org/x/term v0.30.0 // indirect
7272 golang.org/x/text v0.23.0 // indirect
@@ -81,5 +81,4 @@ require (
8181 sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
8282 sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
8383 sigs.k8s.io/yaml v1.4.0 // indirect
84-
8584)
Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
212212golang.org/x/net v0.6.0 /go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs =
213213golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
214214golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
215- golang.org/x/oauth2 v0.23 .0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =
216- golang.org/x/oauth2 v0.23 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
215+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
216+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
217217golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
218218golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
219219golang.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