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

Merge branch 'main' into dependabot/go_modules/cloud.google.com/go/storage-1.17.0

This commit is contained in:
Jason Hall 2021-10-07 10:05:26 -04:00 committed by GitHub
commit 9acf93f65b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 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-20210819190943-2bc19b11175f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.57.0
google.golang.org/api v0.58.0
gopkg.in/yaml.v2 v2.4.0
)