From 78272ef227f7dae501a06961b765911e7ae67542 Mon Sep 17 00:00:00 2001 From: Artur Troian Date: Tue, 21 Mar 2023 12:48:51 -0400 Subject: [PATCH] feat: bump ledger-go and cosmos-go to v0.14.3 (#1783) Signed-off-by: Artur Troian --- go.mod | 6 +++--- go.sum | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 68436721ba..315dfbba8e 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ replace ( // use cosmos fork of keyring github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 // use akash version of cosmos ledger api - github.com/cosmos/ledger-cosmos-go => github.com/akash-network/ledger-go/cosmos v0.14.0 + github.com/cosmos/ledger-cosmos-go => github.com/akash-network/ledger-go/cosmos v0.14.3 // dgrijalva/jwt-go is deprecated and doesn't receive security updates. // TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134 github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2 @@ -47,8 +47,8 @@ replace ( github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 // use cometBFT system fork of tendermint with akash patches github.com/tendermint/tendermint => github.com/akash-network/cometbft v0.34.27-akash - github.com/zondax/hid => github.com/troian/hid v0.11.0 - github.com/zondax/ledger-go => github.com/akash-network/ledger-go v0.14.0 + github.com/zondax/hid => github.com/troian/hid v0.13.1 + github.com/zondax/ledger-go => github.com/akash-network/ledger-go v0.14.3 // latest grpc doesn't work with with cosmos-sdk modified proto compiler, so we need to enforce // the following version across all dependencies. google.golang.org/grpc => google.golang.org/grpc v1.33.2 diff --git a/go.sum b/go.sum index a30d025528..30aa3c0a47 100644 --- a/go.sum +++ b/go.sum @@ -101,10 +101,10 @@ github.com/akash-network/akash-api v0.0.9 h1:nmQu1W6dWOWtZQErwaj0+rjmFgHswM2rlTL github.com/akash-network/akash-api v0.0.9/go.mod h1:SLd6MslFPTo9VnpWCzZVPRiZgGZcwyRwYGjv9aK8FPw= github.com/akash-network/cometbft v0.34.27-akash h1:V1dApDOr8Ee7BJzYyQ7Z9VBtrAul4+baMeA6C49dje0= github.com/akash-network/cometbft v0.34.27-akash/go.mod h1:BcCbhKv7ieM0KEddnYXvQZR+pZykTKReJJYf7YC7qhw= -github.com/akash-network/ledger-go v0.14.0 h1:yuPlcC3QQYGE2wf/5FZQXXfw68kWO8srbadx2NU/vEU= -github.com/akash-network/ledger-go v0.14.0/go.mod h1:/VvYUunOmwkxig4LjNaSfvMSEyVs3UcaMgr78zL96ZA= -github.com/akash-network/ledger-go/cosmos v0.14.0 h1:vzgQ268KgvwKQBPSYvDp1To6eLJCeYYVf1OE68izTxc= -github.com/akash-network/ledger-go/cosmos v0.14.0/go.mod h1:6GB6QT+mWZkfAY/GkMSq6BRt0KWse8aBj39G8WFimPQ= +github.com/akash-network/ledger-go v0.14.2 h1:WUdJjTHBFOvFn5hlBAoxgd5lrNBcKGrPlzRbRIagMEU= +github.com/akash-network/ledger-go v0.14.2/go.mod h1:NfsjfFvno9Kaq6mfpsKz4sqjnAVVEsVsnBJfKB4ueAs= +github.com/akash-network/ledger-go/cosmos v0.14.2 h1:Z7LV+yJPjYXaul7oaocFNYYHYfp5yaHtwjZlBJR6Ek8= +github.com/akash-network/ledger-go/cosmos v0.14.2/go.mod h1:SjAfheQTE4rWk0ir+wjbOWxwj8nc8E4AZ08NdsvYG24= github.com/alecthomas/participle/v2 v2.0.0-alpha7 h1:cK4vjj0VSgb3lN1nuKA5F7dw+1s1pWBe5bx7nNCnN+c= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=