2022-08-02 14:44:32 +08:00
|
|
|
module git.hpds.cc/Component/logging
|
2022-07-13 13:24:44 +08:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
go.uber.org/zap v1.21.0
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.1.0 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
)
|