cosmos-sdk/schema/testing/go.mod
dependabot[bot] 463104903f
build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#22627)
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-25 08:37:27 +00:00

22 lines
473 B
Modula-2

module cosmossdk.io/schema/testing
go 1.23
require (
cosmossdk.io/schema v0.0.0
github.com/cockroachdb/apd/v3 v3.2.1
github.com/stretchr/testify v1.10.0
github.com/tidwall/btree v1.7.0
gotest.tools/v3 v3.5.1
pgregory.net/rapid v1.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace cosmossdk.io/schema => ./..