Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update google-cloud-sdk #162

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/ekristen/gcp-nuke
go 1.22

require (
cloud.google.com/go/bigquery v1.65.0
cloud.google.com/go/compute v1.31.0
cloud.google.com/go/container v1.42.0
cloud.google.com/go/firestore v1.17.0
cloud.google.com/go/functions v1.19.2
cloud.google.com/go/iam v1.3.0
cloud.google.com/go/kms v1.20.2
cloud.google.com/go/run v1.8.0
cloud.google.com/go/secretmanager v1.14.2
cloud.google.com/go/storage v1.48.0
cloud.google.com/go/bigquery v1.66.2
cloud.google.com/go/compute v1.33.0
cloud.google.com/go/container v1.42.2
cloud.google.com/go/firestore v1.18.0
cloud.google.com/go/functions v1.19.3
cloud.google.com/go/iam v1.4.0
cloud.google.com/go/kms v1.20.5
cloud.google.com/go/run v1.9.0
cloud.google.com/go/secretmanager v1.14.5
cloud.google.com/go/storage v1.50.0
firebase.google.com/go v3.13.0+incompatible
github.com/ekristen/libnuke v0.24.2
github.com/fatih/camelcase v1.0.0
Expand Down
Loading