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>
16 lines
295 B
Modula-2
16 lines
295 B
Modula-2
module cosmossdk.io/log
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/rs/zerolog v1.29.1
|
|
gotest.tools/v3 v3.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
)
|