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

Merge pull request #36 from imjasonh/dependabot/go_modules/google.golang.org/api-0.52.0

Bump google.golang.org/api from 0.47.0 to 0.52.0
This commit is contained in:
Jason Hall 2021-08-06 09:21:21 -04:00 committed by GitHub
commit 7bf129c32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

2
go.mod
View file

@ -13,6 +13,6 @@ require (
github.com/tmc/dot v0.0.0-20180926222610-6d252d5ff882
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.51.0
google.golang.org/api v0.52.0
gopkg.in/yaml.v2 v2.4.0
)