* build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.50.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.49.0...v1.50.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.50.0 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> Co-authored-by: Marko <marbar3778@yahoo.com>
27 lines
817 B
Modula-2
27 lines
817 B
Modula-2
module cosmossdk.io/core
|
|
|
|
go 1.19
|
|
|
|
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-20221004154528-8021a29435af // indirect
|
|
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91 // indirect
|
|
google.golang.org/grpc v1.50.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|