Skip to content

Commit 8e86d39

Browse files
chore(deps): bump golang.org/x/net from 0.10.0 to 0.23.0 in /examples/secure_cloud_function_with_sql/functions/cf-to-sql (#118)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8044556 commit 8e86d39

File tree

1 file changed

+3
-3
lines changed
  • examples/secure_cloud_function_with_sql/functions/cf-to-sql

1 file changed

+3
-3
lines changed

examples/secure_cloud_function_with_sql/functions/cf-to-sql/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ require (
2626
go.uber.org/atomic v1.4.0 // indirect
2727
go.uber.org/multierr v1.1.0 // indirect
2828
go.uber.org/zap v1.10.0 // indirect
29-
golang.org/x/crypto v0.17.0 // indirect
30-
golang.org/x/net v0.10.0 // indirect
29+
golang.org/x/crypto v0.21.0 // indirect
30+
golang.org/x/net v0.23.0 // indirect
3131
golang.org/x/oauth2 v0.7.0 // indirect
32-
golang.org/x/sys v0.15.0 // indirect
32+
golang.org/x/sys v0.18.0 // indirect
3333
golang.org/x/text v0.14.0 // indirect
3434
golang.org/x/time v0.3.0 // indirect
3535
google.golang.org/api v0.117.0 // indirect

0 commit comments

Comments
 (0)