diff --git a/go.mod b/go.mod index 23f84a8f7de6..8c77812ae90f 100644 --- a/go.mod +++ b/go.mod @@ -185,7 +185,7 @@ require ( // TODO remove after all modules have their own go.mods replace ( // pseudo version lower than the latest tag - cosmossdk.io/store => ../test/tcosmos-sdk/store + cosmossdk.io/store => github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 cosmossdk.io/x/bank => ./x/bank cosmossdk.io/x/staking => ./x/staking ) diff --git a/go.sum b/go.sum index 7b151eb35b4a..7c7f05b6b76b 100644 --- a/go.sum +++ b/go.sum @@ -355,6 +355,8 @@ github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 h1:t6sGOQaP+X36xVQ/QiXRCAdd4VuOLSEu+upk/cMlGG8= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217/go.mod h1:91cEXXQ1OJ+L/P9PT93UBh+B286TNeT2KWZZQ4g8c0U= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= diff --git a/simapp/go.mod b/simapp/go.mod index c0665bc393ca..64d852106b8a 100644 --- a/simapp/go.mod +++ b/simapp/go.mod @@ -249,7 +249,7 @@ require ( // SimApp on main always tests the latest extracted SDK modules importing the sdk replace ( cosmossdk.io/client/v2 => ../client/v2 - cosmossdk.io/store => ../../test/tcosmos-sdk/store + cosmossdk.io/store => github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 cosmossdk.io/tools/benchmark => ../tools/benchmark cosmossdk.io/tools/confix => ../tools/confix cosmossdk.io/x/accounts => ../x/accounts diff --git a/simapp/go.sum b/simapp/go.sum index a67701a4d584..51f1c5387234 100644 --- a/simapp/go.sum +++ b/simapp/go.sum @@ -688,6 +688,8 @@ github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJ github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 h1:t6sGOQaP+X36xVQ/QiXRCAdd4VuOLSEu+upk/cMlGG8= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217/go.mod h1:91cEXXQ1OJ+L/P9PT93UBh+B286TNeT2KWZZQ4g8c0U= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= diff --git a/simapp/v2/go.mod b/simapp/v2/go.mod index 5a89d2af27df..7de512555a9c 100644 --- a/simapp/v2/go.mod +++ b/simapp/v2/go.mod @@ -260,7 +260,7 @@ replace ( // pseudo version lower than the latest tag cosmossdk.io/core => cosmossdk.io/core v1.0.0-alpha.6 // main cosmossdk.io/server/v2/cometbft => ../../server/v2/cometbft - cosmossdk.io/store => ../../../test/tcosmos-sdk/store + cosmossdk.io/store => github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 cosmossdk.io/tools/benchmark => ../../tools/benchmark cosmossdk.io/tools/confix => ../../tools/confix cosmossdk.io/x/accounts => ../../x/accounts diff --git a/simapp/v2/go.sum b/simapp/v2/go.sum index 77adea2f4f32..4c093307e5c4 100644 --- a/simapp/v2/go.sum +++ b/simapp/v2/go.sum @@ -700,6 +700,8 @@ github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJ github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 h1:t6sGOQaP+X36xVQ/QiXRCAdd4VuOLSEu+upk/cMlGG8= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217/go.mod h1:91cEXXQ1OJ+L/P9PT93UBh+B286TNeT2KWZZQ4g8c0U= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= diff --git a/tests/go.mod b/tests/go.mod index 50fc5c0e40d4..74af6d584a09 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -252,7 +252,7 @@ require ( // SimApp on main always tests the latest extracted SDK modules importing the sdk replace ( cosmossdk.io/client/v2 => ../client/v2 - cosmossdk.io/store => ../../test/tcosmos-sdk/store + cosmossdk.io/store => github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 // pseudo version lower than the latest tag cosmossdk.io/store/v2 => cosmossdk.io/store/v2 v2.0.0-20241108144957-78b5cd4dbd08 cosmossdk.io/tools/benchmark => ../tools/benchmark diff --git a/tests/go.sum b/tests/go.sum index dbc949365ba0..3e182742423c 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -689,6 +689,8 @@ github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJ github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 h1:t6sGOQaP+X36xVQ/QiXRCAdd4VuOLSEu+upk/cMlGG8= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217/go.mod h1:91cEXXQ1OJ+L/P9PT93UBh+B286TNeT2KWZZQ4g8c0U= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= diff --git a/x/bank/go.mod b/x/bank/go.mod index 07dfdef6d0aa..d58da78272db 100644 --- a/x/bank/go.mod +++ b/x/bank/go.mod @@ -177,6 +177,6 @@ replace github.com/cosmos/cosmos-sdk => ../../. // TODO remove post spinning out all modules replace ( - cosmossdk.io/store => ../../../test/tcosmos-sdk/store + cosmossdk.io/store => github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 cosmossdk.io/x/staking => ../staking ) diff --git a/x/bank/go.sum b/x/bank/go.sum index 8db5ee780b68..cd36ad6c5c4e 100644 --- a/x/bank/go.sum +++ b/x/bank/go.sum @@ -354,6 +354,8 @@ github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217 h1:t6sGOQaP+X36xVQ/QiXRCAdd4VuOLSEu+upk/cMlGG8= +github.com/mmsqe/cosmos-sdk/store v0.0.0-20250108013751-d0a525082217/go.mod h1:91cEXXQ1OJ+L/P9PT93UBh+B286TNeT2KWZZQ4g8c0U= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=