Skip to content

Bump google.golang.org/grpc from 1.36.0 to 1.53.0 #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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