Skip to content

Commit c4f9d63

Browse files
Bump golang.org/x/oauth2 in /code-samples/serving/secrets-go
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.27.0. - [Commits](golang/oauth2@v0.21.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b84e8d commit c4f9d63

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

code-samples/serving/secrets-go/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module knative.dev/docs/code-samples/serving/secrets-go
22

3-
go 1.22
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require 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

code-samples/serving/secrets-go/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwY
108108
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
109109
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
110110
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=
113113
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
114114
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
115115
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)