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 1
1
module knative.dev/docs/code-samples/serving/secrets-go
2
2
3
- go 1.22
3
+ go 1.23.0
4
+
4
5
toolchain go1.24.1
5
6
6
7
require cloud.google.com/go/storage v1.43.0
@@ -28,7 +29,7 @@ require (
28
29
go.opentelemetry.io/otel/trace v1.24.0 // indirect
29
30
golang.org/x/crypto v0.36.0 // indirect
30
31
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
32
33
golang.org/x/sync v0.12.0 // indirect
33
34
golang.org/x/sys v0.31.0 // indirect
34
35
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
108
108
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
109
109
golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
110
110
golang.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 =
113
113
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
114
114
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
115
115
golang.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