Bump cloud.google.com/go/storage from 1.13.0 to 1.15.0

Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.13.0...spanner/v1.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-01 05:48:00 +00:00 committed by Will Norris
parent 2d76bb14a2
commit 4bee838c8e
2 changed files with 53 additions and 93 deletions

7
go.mod
View file

@ -1,8 +1,7 @@
module willnorris.com/go/imageproxy
require (
cloud.google.com/go v0.76.0 // indirect
cloud.google.com/go/storage v1.13.0
cloud.google.com/go/storage v1.15.0
github.com/Azure/azure-sdk-for-go v51.1.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
@ -23,12 +22,8 @@ require (
github.com/prometheus/procfs v0.6.0 // indirect
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5 // indirect
go.opencensus.io v0.22.6 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd // indirect
google.golang.org/api v0.39.0 // indirect
google.golang.org/genproto v0.0.0-20210211154401-3a9a48ddfd6c // indirect
willnorris.com/go/gifresize v1.0.0
)