* build(deps): Bump cosmossdk.io/api from 0.2.0 to 0.2.1 in /orm Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.2.0 to 0.2.1. - [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/v0.2.0...api/v0.2.1) --- 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> * go mod tidy all Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
27 lines
817 B
Modula-2
27 lines
817 B
Modula-2
module cosmossdk.io/core
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
cosmossdk.io/api v0.2.1
|
|
cosmossdk.io/depinject v1.0.0-alpha.3
|
|
github.com/cosmos/cosmos-proto v1.0.0-alpha7
|
|
google.golang.org/protobuf v1.28.1
|
|
gotest.tools/v3 v3.3.0
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
|
|
golang.org/x/net v0.0.0-20220726230323-06994584191e // indirect
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
|
|
google.golang.org/grpc v1.49.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|