Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.229.0
)

require (
Expand Down Expand Up @@ -47,7 +50,7 @@ require (
require (
cloud.google.com/go v0.120.0 // indirect
cloud.google.com/go/iam v1.5.0 // indirect
cloud.google.com/go/redis v1.18.0
cloud.google.com/go/redis v1.18.2
cloud.google.com/go/storage v1.50.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/agext/levenshtein v1.2.3 // indirect
Expand Down Expand Up @@ -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
)
Loading