Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
8 lines
281 B
AMPL
8 lines
281 B
AMPL
module cosmossdk.io/schema
|
|
|
|
// NOTE: this go.mod should have zero dependencies and remain on go 1.12 to stay compatible
|
|
// with all known production releases of the Cosmos SDK. This is to ensure that all historical
|
|
// apps could be patched to support indexing if desired.
|
|
|
|
go 1.12
|