Skip to content

Commit 822b671

Browse files
build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.48.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9236b0e commit 822b671

File tree

2 files changed

+941
-15
lines changed

2 files changed

+941
-15
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/google/uuid v1.3.0
77
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
88
github.com/hashicorp/terraform-plugin-sdk/v2 v2.20.0
9+
github.com/mitchellh/mapstructure v1.5.0
910
github.com/stretchr/testify v1.8.0
1011
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
1112
)
@@ -17,7 +18,7 @@ require (
1718
github.com/davecgh/go-spew v1.1.1 // indirect
1819
github.com/fatih/color v1.13.0 // indirect
1920
github.com/golang/protobuf v1.5.2 // indirect
20-
github.com/google/go-cmp v0.5.8 // indirect
21+
github.com/google/go-cmp v0.5.9 // indirect
2122
github.com/hashicorp/errwrap v1.1.0 // indirect
2223
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
2324
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -42,7 +43,6 @@ require (
4243
github.com/mitchellh/copystructure v1.2.0 // indirect
4344
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
4445
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
45-
github.com/mitchellh/mapstructure v1.5.0 // indirect
4646
github.com/mitchellh/reflectwalk v1.0.2 // indirect
4747
github.com/oklog/run v1.0.0 // indirect
4848
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -52,12 +52,12 @@ require (
5252
github.com/vmihailenco/tagparser v0.1.1 // indirect
5353
github.com/zclconf/go-cty v1.10.0 // indirect
5454
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
55-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
56-
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
57-
golang.org/x/text v0.3.7 // indirect
55+
golang.org/x/net v0.5.0 // indirect
56+
golang.org/x/sys v0.4.0 // indirect
57+
golang.org/x/text v0.6.0 // indirect
5858
google.golang.org/appengine v1.6.7 // indirect
59-
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
60-
google.golang.org/grpc v1.48.0 // indirect
61-
google.golang.org/protobuf v1.28.0 // indirect
59+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
60+
google.golang.org/grpc v1.53.0 // indirect
61+
google.golang.org/protobuf v1.28.1 // indirect
6262
gopkg.in/yaml.v3 v3.0.1 // indirect
6363
)

0 commit comments

Comments
 (0)