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>
18 lines
423 B
Modula-2
18 lines
423 B
Modula-2
module cosmossdk.io/log
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/cometbft/cometbft v0.0.0-20230203130311-387422ac220d
|
|
github.com/rs/zerolog v1.29.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-kit/log v0.2.1 // indirect
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
)
|