Files
luet/vendor/github.com/ipfs/go-log/v2/go.mod
Ettore Di Giacinto c98f427156 🎨 Introduce contextualized logging
This commit is multi-fold as it also refactors internally context and logger
as interfaces so it is easier to plug luet as a library externally.

Introduces a garbage collector (related to #227) but doesn't handle yet
parallelism.

Closes #265
2021-12-21 21:54:14 +01:00

10 lines
145 B
Modula-2

module github.com/ipfs/go-log/v2
require (
github.com/mattn/go-isatty v0.0.14
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0
)
go 1.16