1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-21 06:27:06 +00:00

Bump google.golang.org/api from 0.52.0 to 0.57.0

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.52.0 to 0.57.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.52.0...v0.57.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  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-09-25 01:53:43 +00:00 committed by GitHub
parent 9ac89ae758
commit 94e53180ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 9 deletions

6
go.mod
View file

@ -3,7 +3,7 @@ module github.com/imjasonh/kontain.me
go 1.15
require (
cloud.google.com/go v0.93.3
cloud.google.com/go v0.94.1
cloud.google.com/go/storage v1.16.1
github.com/dustin/go-humanize v1.0.0
github.com/google/go-containerregistry v0.6.0
@ -11,8 +11,8 @@ require (
github.com/google/ko v0.8.3
github.com/imjasonh/delay v0.0.0-20210102151318-8339250e8458
github.com/tmc/dot v0.0.0-20180926222610-6d252d5ff882
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.54.0
google.golang.org/api v0.57.0
gopkg.in/yaml.v2 v2.4.0
)