Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RPC): enable websocket via TLS
Browse files Browse the repository at this point in the history
refs ovrclk/engineering#492

Signed-off-by: Artur Troian <troian.ap@gmail.com>
troian committed Nov 27, 2022
1 parent 95e167a commit 1370d5d
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -232,7 +232,7 @@ replace (
github.com/cosmos/ledger-cosmos-go => github.com/ovrclk/ledger-go/cosmos v0.14.0

github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/tendermint => github.com/ovrclk/tendermint v0.34.21-akash.1
github.com/tendermint/tendermint => github.com/ovrclk/tendermint v0.34.21-akash.2

github.com/zondax/hid => github.com/troian/hid v0.11.0
github.com/zondax/ledger-go => github.com/ovrclk/ledger-go v0.14.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1231,8 +1231,8 @@ github.com/ovrclk/ledger-go v0.14.0 h1:vTonPpIIniEPQBsD3ozxnHZgo394uT/mwve93bBf6
github.com/ovrclk/ledger-go v0.14.0/go.mod h1:/VvYUunOmwkxig4LjNaSfvMSEyVs3UcaMgr78zL96ZA=
github.com/ovrclk/ledger-go/cosmos v0.14.0 h1:qSSGP2ysh4yPTowtCODW2lDAUY85AZMzMz+DFIKiavY=
github.com/ovrclk/ledger-go/cosmos v0.14.0/go.mod h1:6GB6QT+mWZkfAY/GkMSq6BRt0KWse8aBj39G8WFimPQ=
github.com/ovrclk/tendermint v0.34.21-akash.1 h1:cLDtBIP+RfPb49eJWobVcKPqAxGK3p5BfEZiaBB3eP4=
github.com/ovrclk/tendermint v0.34.21-akash.1/go.mod h1:XDvfg6U7grcFTDx7VkzxnhazQ/bspGJAn4DZ6DcLLjQ=
github.com/ovrclk/tendermint v0.34.21-akash.2 h1:DTX4kltvLeEreGWJf5ApiZfQXq2vblD3Y179aJ/YLC0=
github.com/ovrclk/tendermint v0.34.21-akash.2/go.mod h1:XDvfg6U7grcFTDx7VkzxnhazQ/bspGJAn4DZ6DcLLjQ=
github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2/go.mod h1:L3UMQOThbttwfYRNFOWLLVXMhk5Lkio4GGOtw5UrxS0=
github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c h1:vwpFWvAO8DeIZfFeqASzZfsxuWPno9ncAebBEP0N3uE=
github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM=

0 comments on commit 1370d5d

Please sign in to comment.