Skip to content

Commit

Permalink
feat: bump ledger-go and cosmos-go to v0.14.3 (#1783)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Apr 17, 2023
1 parent d50678c commit 78272ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 78272ef

Please sign in to comment.