Skip to content

Commit

Permalink
Bump google.golang.org/grpc in the go_modules group
Browse files Browse the repository at this point in the history
Bumps the go_modules group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `google.golang.org/grpc` from 1.51.0 to 1.56.3
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.51.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 5422f71 commit 6814183
Show file tree
Hide file tree
Showing 2 changed files with 703 additions and 32 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/google/ts-bridge
go 1.16

require (
cloud.google.com/go/datastore v1.9.0
cloud.google.com/go/monitoring v1.7.0
cloud.google.com/go/datastore v1.11.0
cloud.google.com/go/monitoring v1.13.0
cloud.google.com/go/profiler v0.3.1
contrib.go.opencensus.io/exporter/prometheus v0.4.2
contrib.go.opencensus.io/exporter/stackdriver v0.13.10
Expand All @@ -23,9 +23,9 @@ require (
github.com/zorkian/go-datadog-api v2.30.0+incompatible
go.etcd.io/bbolt v1.3.5 // indirect
go.opencensus.io v0.24.0
google.golang.org/api v0.102.0
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
google.golang.org/grpc v1.51.0
google.golang.org/api v0.114.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/validator.v2 v2.0.1
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit 6814183

Please sign in to comment.