diff --git a/go.mod b/go.mod index ead466a..d6b5b46 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,11 @@ go 1.23.1 toolchain go1.23.2 require ( - github.com/turbot/go-kit v1.1.0 + cloud.google.com/go/aiplatform v1.74.0 + github.com/mitchellh/go-homedir v1.1.0 + github.com/turbot/go-kit v1.3.0 github.com/turbot/steampipe-plugin-sdk/v5 v5.11.5 + google.golang.org/api v0.227.0 ) require ( @@ -119,8 +122,8 @@ require ( 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 )