Skip to content

Commit 97ad2c4

Browse files
committed
chore(deps): Update module golang.org/x/sync to v0.18.0
1 parent 6dd9216 commit 97ad2c4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/GoogleCloudPlatform/functions-framework-go v1.7.1
88
github.com/cloudevents/sdk-go/v2 v2.15.2
99
github.com/go-sql-driver/mysql v1.7.1
10-
golang.org/x/sync v0.1.0
10+
golang.org/x/sync v0.18.0
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)