Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 76ab268

Browse files
committed
fix(deps): update module google.golang.org/grpc to v1.45.0
1 parent 71838c3 commit 76ab268

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/facebook/ent v0.5.0
7-
github.com/golang/protobuf v1.4.3
7+
github.com/golang/protobuf v1.5.2
88
github.com/google/uuid v1.1.2
99
github.com/jackc/pgx/v4 v4.9.2
1010
github.com/nats-io/nats-server/v2 v2.1.8 // indirect
@@ -14,6 +14,6 @@ require (
1414
github.com/sirupsen/logrus v1.7.0
1515
github.com/tritonmedia/pkg v0.0.0-20200629230110-aed2f5d2dc17
1616
github.com/urfave/cli/v2 v2.3.0
17-
google.golang.org/grpc v1.33.2
18-
google.golang.org/protobuf v1.25.0
17+
google.golang.org/grpc v1.45.0
18+
google.golang.org/protobuf v1.26.0
1919
)

go.sum

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)