Skip to content

Commit

Permalink
Merge pull request #1873 from tisnik/grpc-dependency
Browse files Browse the repository at this point in the history
GRPC dependency to fix HTTP/2 issue
  • Loading branch information
tisnik authored Oct 12, 2023
2 parents e5a098f + b66f86d commit 2efb3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ require (
github.com/verdverm/frisby v0.0.0-20170604211311-b16556248a9a
github.com/xdg/scram v1.0.5
golang.org/x/sync v0.4.0
google.golang.org/grpc v1.58.3
)

require (
Expand Down

0 comments on commit 2efb3a5

Please sign in to comment.