Skip to content

Commit

Permalink
feat: use Agoric version of cosmos-sdk for dynamic IBC
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Apr 1, 2020
1 parent 4750cc2 commit b004f11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cosmic-swingset/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ require (
github.com/tendermint/tm-db v0.5.0
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
)

// go get github.com/agoric-labs/cosmos-sdk@dibc
replace github.com/cosmos/cosmos-sdk => github.com/agoric-labs/cosmos-sdk v0.34.4-0.20200331010310-b5070a48908e
4 changes: 4 additions & 0 deletions packages/cosmic-swingset/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ github.com/Workiva/go-datastructures v1.0.51/go.mod h1:Z+F2Rca0qCsVYDS8z7bAGm8f3
github.com/Workiva/go-datastructures v1.0.52/go.mod h1:Z+F2Rca0qCsVYDS8z7bAGm8f3UkzuWYS/oBZz5a7VVA=
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c=
github.com/agoric-labs/cosmos-sdk v0.34.4-0.20200330041002-9ef298b16e90 h1:95v2qy6i6ejws5by2HdMQDcJEdSaoNNuhUJqxDxf9FE=
github.com/agoric-labs/cosmos-sdk v0.34.4-0.20200330041002-9ef298b16e90/go.mod h1:Huc1EY2yjOfK/Wz+Oyz4ssIyhzypf16oStT++NaMeoI=
github.com/agoric-labs/cosmos-sdk v0.34.4-0.20200331010310-b5070a48908e h1:bCF2OZL3tALwMdsn82Cc4DnADWz63BghGa5oMDNm/ws=
github.com/agoric-labs/cosmos-sdk v0.34.4-0.20200331010310-b5070a48908e/go.mod h1:Huc1EY2yjOfK/Wz+Oyz4ssIyhzypf16oStT++NaMeoI=
github.com/agoric-labs/tendermint v0.33.1-dev2.0.20200227213630-8496d5b08165 h1:a6SytTL5bteiBAhLQNMHpOFaj6dZ7jmyLpqJOwPzee4=
github.com/agoric-labs/tendermint v0.33.1-dev2.0.20200227213630-8496d5b08165/go.mod h1:LpL603CWAFCD0zHwy5Ib1owM83dwuSbvRVNMW9oL4Mo=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

0 comments on commit b004f11

Please sign in to comment.