* build(deps): Bump github.com/golangci/golangci-lint Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.48.0...v1.49.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * updates 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
824 B
Modula-2
27 lines
824 B
Modula-2
module cosmossdk.io/core
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
cosmossdk.io/api v0.1.0-alpha9
|
|
cosmossdk.io/depinject v1.0.0-alpha.2
|
|
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-20220722155223-a9213eeb770e // 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
|
|
)
|