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

fix(deps): update module google.golang.org/grpc to v1.57.0 #25

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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.15

require (
github.com/facebook/ent v0.5.0
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.2
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v4 v4.9.2
github.com/nats-io/nats-server/v2 v2.1.8 // indirect
github.com/nats-io/nats-streaming-server v0.18.0 // indirect
Expand All @@ -14,6 +14,6 @@ require (
github.com/sirupsen/logrus v1.7.0
github.com/tritonmedia/pkg v0.0.0-20200629230110-aed2f5d2dc17
github.com/urfave/cli/v2 v2.3.0
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.25.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.30.0
)
Loading