Skip to content

Commit 79c3717

Browse files
chore(deps): bump google.golang.org/grpc in /assertion (#29)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.44.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.44.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dea7bfc commit 79c3717

File tree

2 files changed

+934
-20
lines changed

2 files changed

+934
-20
lines changed

assertion/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/fatih/structs v1.1.0 // indirect
2727
github.com/fsnotify/fsnotify v1.5.1 // indirect
2828
github.com/go-test/deep v1.0.3 // indirect
29-
github.com/golang/protobuf v1.5.2 // indirect
29+
github.com/golang/protobuf v1.5.3 // indirect
3030
github.com/golang/snappy v0.0.4 // indirect
3131
github.com/google/gops v0.3.22 // indirect
3232
github.com/gosimple/slug v1.12.0 // indirect
@@ -73,14 +73,14 @@ require (
7373
go.uber.org/atomic v1.9.0 // indirect
7474
go.uber.org/multierr v1.6.0 // indirect
7575
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
76-
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
77-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
78-
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
79-
golang.org/x/text v0.3.8 // indirect
76+
golang.org/x/net v0.9.0 // indirect
77+
golang.org/x/sys v0.7.0 // indirect
78+
golang.org/x/term v0.7.0 // indirect
79+
golang.org/x/text v0.9.0 // indirect
8080
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
81-
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
82-
google.golang.org/grpc v1.44.0 // indirect
83-
google.golang.org/protobuf v1.27.1 // indirect
81+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
82+
google.golang.org/grpc v1.56.3 // indirect
83+
google.golang.org/protobuf v1.30.0 // indirect
8484
gopkg.in/ini.v1 v1.66.2 // indirect
8585
gopkg.in/yaml.v2 v2.4.0 // indirect
8686
)

0 commit comments

Comments
 (0)