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

feat(storage): add change default storage class sample #1791

Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 6 additions & 7 deletions go.mod
Expand Up @@ -3,15 +3,15 @@ module github.com/GoogleCloudPlatform/golang-samples
go 1.11

require (
cloud.google.com/go v0.74.0
cloud.google.com/go v0.75.0
cloud.google.com/go/bigquery v1.14.0
cloud.google.com/go/bigtable v1.4.0
cloud.google.com/go/datastore v1.2.0
cloud.google.com/go/firestore v1.3.0
cloud.google.com/go/logging v1.0.0
cloud.google.com/go/pubsub v1.6.1
cloud.google.com/go/spanner v1.10.0
cloud.google.com/go/storage v1.11.0
cloud.google.com/go/storage v1.13.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.4
github.com/aws/aws-sdk-go v1.36.20
github.com/bmatcuk/doublestar/v2 v2.0.4
Expand All @@ -38,13 +38,12 @@ require (
go.opencensus.io v0.22.5
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
golang.org/x/text v0.3.4
golang.org/x/tools v0.1.0 // indirect
google.golang.org/api v0.36.0
google.golang.org/api v0.38.0
google.golang.org/appengine v1.6.7
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d
google.golang.org/grpc v1.34.0
google.golang.org/genproto v0.0.0-20210203152818-3206188e46ba
google.golang.org/grpc v1.35.0
google.golang.org/grpc/examples v0.0.0-20200707005602-4258d12073b4
google.golang.org/protobuf v1.25.0
gopkg.in/sendgrid/sendgrid-go.v2 v2.0.0
Expand Down