Skip to content
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

chore(deps): bump google.golang.org/grpc from 1.44.0 to 1.53.0 #24

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
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
github.com/streamingfast/bstream v0.0.2-0.20220419181641-fdf5ab55791d
github.com/streamingfast/cli v0.0.4-0.20220113202443-f7bcefa38f7e
github.com/streamingfast/dauth v0.0.0-20220307162109-cca1810ae757
github.com/streamingfast/dbin v0.0.0-20210809205249-73d5eca35dc5
github.com/streamingfast/derr v0.0.0-20220307162255-f277e08753fa
github.com/streamingfast/dgrpc v0.0.0-20220307180102-b2d417ac8da7
github.com/streamingfast/dlauncher v0.0.0-20220307153121-5674e1b64d40
Expand All @@ -25,10 +24,10 @@ require (
github.com/streamingfast/pbgo v0.0.6-0.20220304191603-f73822f471ff
github.com/streamingfast/relayer v0.0.2-0.20220307182103-5f4178c54fde
github.com/streamingfast/sf-tools v0.0.0-20220307162924-1a39f7035cd5
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.21.0
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)

replace github.com/ShinyTrinkets/overseer => github.com/streamingfast/overseer v0.2.1-0.20210326144022-ee491780e3ef
Loading