Skip to content

Commit

Permalink
chores: bump sdk v0.42.7 (#137)
Browse files Browse the repository at this point in the history
* chores: bump sdk to v0.42.6

* chores: use tagged comsos-sdk

* chores: bump sdk to v0.42.7

* chores: fix sdk baseline version
  • Loading branch information
daeMOn63 authored Jul 12, 2021
1 parent 8889402 commit f892070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/CosmWasm/wasmd v0.16.0
github.com/cosmos/cosmos-sdk v0.42.5
github.com/cosmos/cosmos-sdk v0.42.7
github.com/prometheus/client_golang v1.10.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
Expand All @@ -18,6 +18,6 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

replace github.com/cosmos/cosmos-sdk => github.com/fetchai/cosmos-sdk v0.17.2-0.20210705155714-a59a3d4770dc
replace github.com/cosmos/cosmos-sdk => github.com/fetchai/cosmos-sdk v0.17.3

replace github.com/tendermint/tendermint => github.com/fetchai/tendermint v1.0.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870/go.mod h1:5tD+ne
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/felixge/httpsnoop v1.0.1 h1:lvB5Jl89CsZtGIWuTcDM1E/vkVs49/Ml7JJe07l8SPQ=
github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/fetchai/cosmos-sdk v0.17.2-0.20210705155714-a59a3d4770dc h1:12c+76YExgPiRqP08Np6ERsNwzLyjUQHj8WpQ5btUNM=
github.com/fetchai/cosmos-sdk v0.17.2-0.20210705155714-a59a3d4770dc/go.mod h1:zw5/pDukcWMZzwgvmwhqGighCFPmE9zkJ074UDfHdrg=
github.com/fetchai/cosmos-sdk v0.17.3 h1:QZ/ENCPtezmbe5ghroGOcuEQ8azmPgSr0AGAdzbwy14=
github.com/fetchai/cosmos-sdk v0.17.3/go.mod h1:10aIThNwmk3ZVsTnXPGnHBLi9l60ctYk64+vsFrad6I=
github.com/fetchai/tendermint v1.0.0 h1:O88hdRfO1BZn0J5+ifcAGjIm89PGdZj6uSXMhzjsECc=
github.com/fetchai/tendermint v1.0.0/go.mod h1:aeHL7alPh4uTBIJQ8mgFEE8VwJLXI1VD3rVOmH2Mcy0=
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
Expand Down

0 comments on commit f892070

Please sign in to comment.