Skip to content

Commit

Permalink
fix elapse panic
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqiuwood committed Oct 26, 2021
1 parent 72ec91b commit 7888aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ require (

replace (
github.com/buger/jsonparser => github.com/buger/jsonparser v1.0.0 // imported by nacos-go-sdk, upgraded to v1.0.0 in case of a known vulnerable bug
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.3-0.20211022211413-7ed92406d5ea
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.3-0.20211025234348-461dce098fb2
github.com/tendermint/iavl => github.com/okex/iavl v0.14.4-0.20211020022316-c5a01268f729
github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-okexchain6.0.20211020004836-6e450a838269
github.com/tendermint/tm-db => github.com/okex/tm-db v0.5.2-exchain1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ 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.20211022211413-7ed92406d5ea h1:5tKtFL17qmmS+Dx2LWK8+xPX+e+fHvTSDpBtFA17ViA=
github.com/okex/cosmos-sdk v0.39.3-0.20211022211413-7ed92406d5ea/go.mod h1:IZG9sxXNDXeRraGD2CHhOJw8Sm4nGTW2AoRZv5QLwdE=
github.com/okex/cosmos-sdk v0.39.3-0.20211025234348-461dce098fb2 h1:2o4NLIyRX6dfmo0FHB0db0uw7r0wcvS9+i8z+1MJBuk=
github.com/okex/cosmos-sdk v0.39.3-0.20211025234348-461dce098fb2/go.mod h1:8kyDKp0OiLMRLw0OVmxsZ835GlAsHVPNOHiqb8vdCsU=
github.com/okex/iavl v0.14.4-0.20211020022316-c5a01268f729 h1:b1v+AHQZm3wSdx4uPUJmVWIPepKH9l0DZpP1x9iw6Tg=
github.com/okex/iavl v0.14.4-0.20211020022316-c5a01268f729/go.mod h1:vHLYxU/zuxBmxxr1v+5Vnd/JzcIsyK17n9P9RDubPVU=
github.com/okex/tendermint v0.33.9-okexchain6.0.20211020004836-6e450a838269 h1:I/sv34qG2Xc1xIzyUe+FWlXRCWUeOxeTWNVtIeKqeZw=
Expand Down

0 comments on commit 7888aaf

Please sign in to comment.