Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.golang.org/api from 0.36.0 to 0.108.0 #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module github.com/GoogleCloudPlatform/terraformer
go 1.15

require (
cloud.google.com/go v0.74.0
cloud.google.com/go/logging v1.1.2
cloud.google.com/go/storage v1.12.0
cloud.google.com/go/iam v0.8.0
cloud.google.com/go/logging v1.6.1
cloud.google.com/go/monitoring v1.8.0
cloud.google.com/go/storage v1.27.0
github.com/Azure/azure-sdk-for-go v42.3.0+incompatible
github.com/Azure/azure-storage-blob-go v0.10.0
github.com/Azure/go-autorest/autorest v0.11.12
Expand Down Expand Up @@ -59,11 +60,11 @@ require (
github.com/yandex-cloud/go-sdk v0.0.0-20200722140627-2194e5077f13
github.com/zclconf/go-cty v1.7.0
github.com/zorkian/go-datadog-api v2.30.0+incompatible
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
golang.org/x/text v0.3.4
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/text v0.5.0
gonum.org/v1/gonum v0.7.0
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc
google.golang.org/api v0.108.0
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef
gopkg.in/jarcoal/httpmock.v1 v1.0.0-00010101000000-000000000000 // indirect
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
Expand Down
Loading