From 44e863a508850f15561d9a7dad495b815495d8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 01:48:43 +0000 Subject: [PATCH] Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.29.0 to 0.30.0. - [Commits](https://github.com/golang/oauth2/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ead466a..61cf0ca 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,11 @@ go 1.23.1 toolchain go1.23.2 require ( + cloud.google.com/go/aiplatform v1.74.0 + github.com/mitchellh/go-homedir v1.1.0 github.com/turbot/go-kit v1.1.0 github.com/turbot/steampipe-plugin-sdk/v5 v5.11.5 + google.golang.org/api v0.227.0 ) require ( @@ -115,12 +118,12 @@ require ( go.opentelemetry.io/proto/otlp v1.2.0 // indirect golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect golang.org/x/net v0.39.0 // indirect - golang.org/x/oauth2 v0.29.0 + golang.org/x/oauth2 v0.30.0 golang.org/x/sync v0.13.0 // indirect golang.org/x/sys v0.32.0 // indirect golang.org/x/text v0.24.0 // indirect - google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb + google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect google.golang.org/grpc v1.71.1 // indirect - google.golang.org/protobuf v1.36.6 + google.golang.org/protobuf v1.36.6 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )