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 )