mirror of
https://github.com/mudler/luet.git
synced 2025-09-16 07:10:29 +00:00
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
10 lines
145 B
Modula-2
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
|