cosmos-sdk/core/testing/go.mod
dependabot[bot] 90d81f05c9
build(deps): Bump cosmossdk.io/core from 1.0.0-alpha.1 to 1.0.0-alpha.2 (#21698)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-13 08:37:19 +00:00

10 lines
153 B
Modula-2

module cosmossdk.io/core/testing
go 1.23
require (
cosmossdk.io/core v1.0.0-alpha.2
github.com/golang/mock v1.6.0
github.com/tidwall/btree v1.7.0
)