module cosmossdk.io/core/testing go 1.20 replace cosmossdk.io/core => ../ require ( cosmossdk.io/core v0.12.0 github.com/stretchr/testify v1.9.0 github.com/tidwall/btree v1.7.0 google.golang.org/protobuf v1.34.2 ) require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/kr/text v0.2.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )