Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.45.0 to 1.53.0
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.45.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.45.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 5, 2023
1 parent 94d0c95 commit bf6f627
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 15 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ require (
github.com/go-redis/redis/v8 v8.11.4
github.com/gofiber/fiber/v2 v2.40.0
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/hashicorp/consul/api v1.8.1 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/nats-io/nats-server/v2 v2.9.8 // indirect
github.com/nats-io/nats.go v1.20.0
github.com/nsqio/go-nsq v1.1.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
go.etcd.io/etcd/client/v3 v3.5.6
go.opentelemetry.io/otel v1.11.1
go.opentelemetry.io/otel/exporters/jaeger v1.11.1
go.opentelemetry.io/otel/sdk v1.11.1
go.opentelemetry.io/otel/trace v1.11.1
go.uber.org/zap v1.23.0
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)

0 comments on commit bf6f627

Please sign in to comment.