Skip to content

Commit

Permalink
updated go.mod and go.sum (GoogleCloudPlatform#5194)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Suarez <ScottMSuarez@gmail.com>
  • Loading branch information
2 people authored and khajduczenia committed Oct 12, 2021
1 parent 6888610 commit bb083af
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 235 deletions.
14 changes: 8 additions & 6 deletions mmv1/third_party/terraform/go.mod.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hashicorp/terraform-provider-google<%= "-" + version unless ve

require (
cloud.google.com/go/bigtable v1.10.1
github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-20210914194833-2626db3d194d
github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-20210914194833-2626db3d194d
github.com/apparentlymart/go-cidr v1.1.0
github.com/client9/misspell v0.3.4
github.com/davecgh/go-spew v1.1.1
Expand All @@ -21,12 +21,14 @@ github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-202109
github.com/mitchellh/hashstructure v1.1.0
github.com/spf13/afero v1.2.2 // indirect
github.com/zclconf/go-cty v1.5.1 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
golang.org/x/tools v0.1.3 // indirect
google.golang.org/api v0.48.0
google.golang.org/grpc v1.38.0
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
google.golang.org/api v0.56.0
google.golang.org/grpc v1.40.0
)

go 1.16


Loading

0 comments on commit bb083af

Please sign in to comment.