Skip to content

Commit

Permalink
updated go.mod and go.sum (#5194) (#10091)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Suarez <ScottMSuarez@gmail.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Scott Suarez <ScottMSuarez@gmail.com>
  • Loading branch information
modular-magician and ScottSuarez committed Sep 17, 2021
1 parent 7b31372 commit 432bd98
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 235 deletions.
3 changes: 3 additions & 0 deletions .changelog/5194.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement

```
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/hashicorp/terraform-provider-google
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 @@ -19,12 +19,12 @@ 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 432bd98

Please sign in to comment.