41 lines
1.4 KiB
Modula-2
41 lines
1.4 KiB
Modula-2
module cosmossdk.io/x/tx
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
cosmossdk.io/api v0.9.2
|
|
cosmossdk.io/core v0.11.3
|
|
cosmossdk.io/errors v1.0.2
|
|
cosmossdk.io/math v1.5.3
|
|
github.com/cosmos/cosmos-proto v1.0.0-beta.5
|
|
github.com/cosmos/gogoproto v1.7.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/gofuzz v1.2.0
|
|
github.com/iancoleman/strcase v0.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/tendermint/go-amino v0.16.0
|
|
google.golang.org/protobuf v1.36.10
|
|
gotest.tools/v3 v3.5.2
|
|
pgregory.net/rapid v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
|
|
google.golang.org/grpc v1.75.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
// NOTE: we do not want to replace to the development version of cosmossdk.io/api yet
|
|
// Until https://github.com/cosmos/cosmos-sdk/issues/19228 is resolved
|
|
// We are tagging x/tx v0.14+ from main and v0.13 from release/v0.50.x and must keep using released versions of x/tx dependencies
|
|
|
|
// retracting released version from unreleased sdk v0.52
|
|
retract [v1.0.0, v1.1.0]
|