Skip to content

Commit de94001

Browse files
authoredJul 7, 2023
Bump google.golang.org/grpc from 1.29.1 to 1.53.0 (#295)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.29.1...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 48b8f3b commit de94001

File tree

2 files changed

+828
-23
lines changed

2 files changed

+828
-23
lines changed
 

‎go.mod

+3-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ require (
88
github.com/dustin/go-humanize v1.0.0
99
github.com/fatih/color v1.9.0 // indirect
1010
github.com/go-sql-driver/mysql v1.5.0
11-
github.com/golang/protobuf v1.4.2 // indirect
1211
github.com/google/go-github/v33 v33.0.0
1312
github.com/google/slowjam v1.0.0
1413
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
@@ -18,14 +17,11 @@ require (
1817
github.com/lib/pq v1.3.0
1918
github.com/patrickmn/go-cache v2.1.0+incompatible
2019
github.com/peterbourgon/diskv v2.0.1+incompatible
21-
github.com/stretchr/testify v1.4.0
20+
github.com/stretchr/testify v1.8.1
2221
github.com/xanzy/go-gitlab v0.36.0
2322
golang.org/x/net v0.7.0 // indirect
24-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
25-
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
26-
google.golang.org/appengine v1.6.6 // indirect
27-
google.golang.org/grpc v1.29.1 // indirect
28-
google.golang.org/protobuf v1.25.0 // indirect
23+
golang.org/x/oauth2 v0.4.0
24+
google.golang.org/grpc v1.53.0 // indirect
2925
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
3026
gopkg.in/yaml.v2 v2.2.8
3127
k8s.io/klog/v2 v2.0.0

‎go.sum

+825-16
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.