Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhinei committed Sep 7, 2021
1 parent 2cb7df4 commit 838acf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => ../cosmos-sdk
github.com/tendermint/iavl => ../iavl
github.com/tendermint/tendermint => ../tendermint
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.3-0.20210907064138-eedbd8da2806
github.com/tendermint/iavl => github.com/okex/iavl v0.14.4-0.20210907064033-e41a3c6fe400
github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-okexchain6.0.20210907073119-c138adf30fdb
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,12 @@ github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/okex/cosmos-sdk v0.39.3-0.20210813094935-fb4b9ac885d5 h1:xsJljZlKonwL7BgO6wb/oO58sJW5UkrSA4sSTJIWBiA=
github.com/okex/cosmos-sdk v0.39.3-0.20210813094935-fb4b9ac885d5/go.mod h1:IvlniaZoJAtzILHgcmnfaJ5S125TYJWfJvGqY9zSXb4=
github.com/okex/iavl v0.14.4-0.20210813085141-80d59d0f282a h1:gILPG+i+R7wGnpX/m/xiXNGb9ZNa1PaIZ/2IUdIf0+w=
github.com/okex/iavl v0.14.4-0.20210813085141-80d59d0f282a/go.mod h1:vHLYxU/zuxBmxxr1v+5Vnd/JzcIsyK17n9P9RDubPVU=
github.com/okex/tendermint v0.33.9-okexchain6.0.20210813094613-351102ea25d7 h1:o5mC4UpLdi0Xall5+hZKdGyDLUYEQtuHmV9J7PoLLW0=
github.com/okex/tendermint v0.33.9-okexchain6.0.20210813094613-351102ea25d7/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/okex/cosmos-sdk v0.39.3-0.20210907064138-eedbd8da2806 h1:00T3dsBwcxyXVqO5DJWQ0ZNLPqva1DDOnB9S/OqxHls=
github.com/okex/cosmos-sdk v0.39.3-0.20210907064138-eedbd8da2806/go.mod h1:B4WzqHVs9sxokhscQ0LwVYftuh1CquCKA+MUBH9h1v0=
github.com/okex/iavl v0.14.4-0.20210907064033-e41a3c6fe400 h1:w39mKLZb9DQlbTPsyOtKRyjkPiM0MOeeAJX+QZx59gU=
github.com/okex/iavl v0.14.4-0.20210907064033-e41a3c6fe400/go.mod h1:wjJHSKtxZrNMRB5zKvP+G1xI2cIsgIXZ3PQhwDymgs0=
github.com/okex/tendermint v0.33.9-okexchain6.0.20210907073119-c138adf30fdb h1:RvqZyOj0iNGpW4keY+KUNS/fT32TMSWap2w9PLHebEw=
github.com/okex/tendermint v0.33.9-okexchain6.0.20210907073119-c138adf30fdb/go.mod h1:ojFWB0TYbuSVKipWirh5iBUaFZ8/WcyF1maLEATCROs=
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down

0 comments on commit 838acf9

Please sign in to comment.