From 149bcc70d006c9b5dd97b5878f9743edab61fbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 18:38:58 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/oauth2 in /CloudFunction Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.4.0 to 0.27.0. - [Commits](https://github.com/golang/oauth2/compare/v0.4.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] --- CloudFunction/go.mod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CloudFunction/go.mod b/CloudFunction/go.mod index 3da2b60..8b83078 100644 --- a/CloudFunction/go.mod +++ b/CloudFunction/go.mod @@ -1,13 +1,12 @@ module p -go 1.17 +go 1.23.0 require cloud.google.com/go/pubsub v1.27.1 require ( cloud.google.com/go v0.107.0 // indirect - cloud.google.com/go/compute v1.15.1 // indirect - cloud.google.com/go/compute/metadata v0.2.3 // indirect + cloud.google.com/go/compute/metadata v0.3.0 // indirect cloud.google.com/go/iam v0.8.0 // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/golang/protobuf v1.5.2 // indirect @@ -16,7 +15,7 @@ require ( github.com/googleapis/gax-go/v2 v2.7.0 // indirect go.opencensus.io v0.24.0 // indirect golang.org/x/net v0.23.0 // indirect - golang.org/x/oauth2 v0.4.0 // indirect + golang.org/x/oauth2 v0.27.0 // indirect golang.org/x/sync v0.1.0 // indirect golang.org/x/sys v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect