* build(deps): Bump cosmossdk.io/api from 0.2.3 to 0.2.4 Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/cosmos/cosmos-sdk/compare/api/v0.2.3...api/v0.2.4) --- updated-dependencies: - dependency-name: cosmossdk.io/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): Bump cosmossdk.io/api from 0.2.3 to 0.2.4 for all modules Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
32 lines
891 B
Modula-2
32 lines
891 B
Modula-2
module cosmossdk.io/tx
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
cosmossdk.io/api v0.2.4
|
|
cosmossdk.io/core v0.3.2
|
|
cosmossdk.io/math v1.0.0-beta.3
|
|
github.com/cosmos/cosmos-proto v1.0.0-alpha8
|
|
github.com/stretchr/testify v1.8.1
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/cosmos/gogoproto v1.4.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20221017152216-f25eb7ecb193 // indirect
|
|
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
|
|
google.golang.org/grpc v1.50.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
// temporary until we tag a new go module
|
|
replace (
|
|
cosmossdk.io/core => ../core
|
|
cosmossdk.io/math => ../math
|
|
)
|