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>
17 lines
325 B
Modula-2
17 lines
325 B
Modula-2
module cosmossdk.io/log
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.30.0
|
|
gotest.tools/v3 v3.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9 // 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
|
|
)
|