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>
10 lines
153 B
Modula-2
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
|
|
)
|