We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac1b8a commit c710749Copy full SHA for c710749
examples/secure_cloud_function_bigquery_trigger/functions/bq-to-cf/go.mod
@@ -6,6 +6,6 @@ require (
6
cloud.google.com/go/storage v1.29.0
7
github.com/GoogleCloudPlatform/functions-framework-go v1.6.1
8
github.com/cloudevents/sdk-go/v2 v2.15.2
9
- golang.org/x/oauth2 v0.6.0
+ golang.org/x/oauth2 v0.27.0
10
google.golang.org/api v0.113.0
11
)
0 commit comments