File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
code-samples/serving/secrets-go Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11module knative.dev/docs/code-samples/serving/secrets-go
22
3- go 1.22
3+ go 1.23.0
4+
45toolchain go1.24.1
56
67require cloud.google.com/go/storage v1.43.0
@@ -28,7 +29,7 @@ require (
2829 go.opentelemetry.io/otel/trace v1.24.0 // indirect
2930 golang.org/x/crypto v0.36.0 // indirect
3031 golang.org/x/net v0.38.0 // indirect
31- golang.org/x/oauth2 v0.21 .0 // indirect
32+ golang.org/x/oauth2 v0.27 .0 // indirect
3233 golang.org/x/sync v0.12.0 // indirect
3334 golang.org/x/sys v0.31.0 // indirect
3435 golang.org/x/text v0.23.0 // indirect
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwY
108108golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
109109golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
110110golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
111- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
112- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
111+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
112+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
113113golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
114114golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
115115golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments