File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ require (
3030 github.com/cespare/xxhash/v2 v2.3.0 // indirect
3131 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3232 github.com/emicklei/go-restful/v3 v3.12.1 // indirect
33+ github.com/evanphx/json-patch v5.9.0+incompatible // indirect
3334 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
3435 github.com/fsnotify/fsnotify v1.7.0 // indirect
3536 github.com/go-logr/logr v1.4.2 // indirect
@@ -58,7 +59,7 @@ require (
5859 github.com/spf13/pflag v1.0.5 // indirect
5960 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
6061 golang.org/x/net v0.35.0 // indirect
61- golang.org/x/oauth2 v0.26 .0 // indirect
62+ golang.org/x/oauth2 v0.27 .0 // indirect
6263 golang.org/x/sys v0.30.0 // indirect
6364 golang.org/x/term v0.29.0 // indirect
6465 golang.org/x/text v0.22.0 // indirect
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
136136golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
137137golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8 =
138138golang.org/x/net v0.35.0 /go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk =
139- golang.org/x/oauth2 v0.26 .0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE =
140- golang.org/x/oauth2 v0.26 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
139+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
140+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
141141golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
142142golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
143143golang.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