Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.36.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.36.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.36.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent ee738e3 commit 81b752f
Show file tree
Hide file tree
Showing 2 changed files with 979 additions and 27 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ require (
github.com/go-chi/jwtauth v4.0.4+incompatible
github.com/go-chi/render v1.0.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.2
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/mackerelio/go-osstat v0.1.0
github.com/mattn/go-sqlite3 v1.14.3
github.com/nats-io/nats-server/v2 v2.3.4 // indirect
github.com/nats-io/nats.go v1.11.1-0.20210623165838-4b75fc59ae30
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.15.0
golang.org/x/text v0.3.8 // indirect
google.golang.org/genproto v0.0.0-20210121164019-fc48d45331c7 // indirect
google.golang.org/grpc v1.36.0
google.golang.org/grpc v1.53.0
google.golang.org/grpc/examples v0.0.0-20210702232146-dd589923e1a1
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.28.1
)
Loading

0 comments on commit 81b752f

Please sign in to comment.