cosmos-sdk/log/go.mod
dependabot[bot] 5d66cf9450
build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#20920)
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>
2024-07-10 08:09:24 +00:00

20 lines
418 B
Modula-2

module cosmossdk.io/log
go 1.20
require (
cosmossdk.io/core v0.0.0-00010101000000-000000000000
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
gotest.tools/v3 v3.5.1
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.22.0 // indirect
)
replace cosmossdk.io/core => ../core