1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-18 14:47:48 +00:00

Bump cloud.google.com/go/storage from 1.16.1 to 1.17.0

Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.16.1 to 1.17.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/storage/v1.16.1...pubsub/v1.17.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-04 13:56:10 +00:00 committed by GitHub
parent 86e647a495
commit d95cfee22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.15
require (
cloud.google.com/go v0.97.0
cloud.google.com/go/storage v1.16.1
cloud.google.com/go/storage v1.17.0
github.com/dustin/go-humanize v1.0.0
github.com/google/go-containerregistry v0.6.0
github.com/google/go-github/v32 v32.1.0