Skip to content

Commit

Permalink
chore(jrpc): update jrpc gateway to v0.4.0 to fix header issue (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Jun 18, 2024
1 parent efa38ed commit 586e9f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/libp2p/go-libp2p-pubsub v0.11.0
github.com/manifoldco/promptui v0.9.0
github.com/multiformats/go-multiaddr v0.12.4
github.com/pacviewer/jrpc-gateway v0.3.2
github.com/pacviewer/jrpc-gateway v0.4.0
github.com/pelletier/go-toml v1.9.5
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYr
github.com/openzipkin/zipkin-go v0.1.1/go.mod h1:NtoC/o8u3JlF1lSlyPNswIbeQH9bJTmOf0Erfk+hxe8=
github.com/pacviewer/jrpc-gateway v0.3.2 h1:OMjrriRt5ItcEukbPd/UEr7E7spBg5ws+DH1TT827gQ=
github.com/pacviewer/jrpc-gateway v0.3.2/go.mod h1:UD39xHvA8M8WWkyIHfHSlI94Gtb9LPnHhm/X+LvNfA4=
github.com/pacviewer/jrpc-gateway v0.4.0 h1:kHv0aJGRBIoKioVqTopRDM0W9E5WRaHr+EGSLoXwYXs=
github.com/pacviewer/jrpc-gateway v0.4.0/go.mod h1:UD39xHvA8M8WWkyIHfHSlI94Gtb9LPnHhm/X+LvNfA4=
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 h1:onHthvaw9LFnH4t2DcNVpwGmV9E1BkGknEliJkfwQj0=
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58/go.mod h1:DXv8WO4yhMYhSNPKjeNKa5WY9YCIEBRbNzFFPJbWO6Y=
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
Expand Down

0 comments on commit 586e9f2

Please sign in to comment.