Skip to content

Commit

Permalink
fix(mod): bump akash-api to v0.0.3 (#1770)
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 957a712 commit fea44ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/akash-network/node
go 1.20

require (
github.com/akash-network/akash-api v0.0.2
github.com/akash-network/akash-api v0.0.3
github.com/blang/semver/v4 v4.0.0
github.com/boz/go-lifecycle v0.1.0
github.com/cosmos/cosmos-sdk v0.45.14
Expand Down Expand Up @@ -32,7 +32,6 @@ require (
replace (
// use cosmos fork of keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0

github.com/cosmos/ledger-cosmos-go => github.com/akash-network/ledger-go/cosmos v0.14.0
// Use regen gogoproto fork
// To be replaced by cosmos/gogoproto in future versions
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBA
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c=
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
github.com/akash-network/akash-api v0.0.2 h1:RKeXiwj8EQK3qsU3PXJYwrwmXHG9cXfdzuLJ4NUXi7I=
github.com/akash-network/akash-api v0.0.2/go.mod h1:QM6w7iost/bbil9XQghnGL1jjtzRyOHYiNV61pTBiGQ=
github.com/akash-network/akash-api v0.0.3 h1:+E5Aw8x0zbF4Tr8SXh/HPaNzs2w5aWeFLNqBQwblpqI=
github.com/akash-network/akash-api v0.0.3/go.mod h1:QM6w7iost/bbil9XQghnGL1jjtzRyOHYiNV61pTBiGQ=
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=
Expand Down

0 comments on commit fea44ce

Please sign in to comment.