cosmos-sdk/core/go.mod
dependabot[bot] a068405339
build(deps): Bump cosmossdk.io/schema from 0.3.0 to 0.4.0 in /core (#22842)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2024-12-12 07:59:32 +00:00

12 lines
349 B
Modula-2

module cosmossdk.io/core
// Core is meant to have only a dependency on cosmossdk.io/schema, so we can use it as a dependency
// in other modules without having to worry about circular dependencies.
go 1.23
require cosmossdk.io/schema v0.4.0
// Version tagged too early and incompatible with v0.50 (latest at the time of tagging)
retract v0.12.0