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

Commit bcd05cb

Browse files
fix(deps): update module google.golang.org/grpc to v1.56.0
1 parent 71838c3 commit bcd05cb

2 files changed

Lines changed: 1314 additions & 4 deletions

File tree

go.mod

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

55
require (
66
github.com/facebook/ent v0.5.0
7-
github.com/golang/protobuf v1.4.3
8-
github.com/google/uuid v1.1.2
7+
github.com/golang/protobuf v1.5.3
8+
github.com/google/uuid v1.3.0
99
github.com/jackc/pgx/v4 v4.9.2
1010
github.com/nats-io/nats-server/v2 v2.1.8 // indirect
1111
github.com/nats-io/nats-streaming-server v0.18.0 // 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.56.0
18+
google.golang.org/protobuf v1.30.0
1919
)

0 commit comments

Comments
 (0)