8 lines
281 B
Modula-2
8 lines
281 B
Modula-2
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
|