You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
170 B
11 lines
170 B
11 months ago
|
module gitoa.ru/go-4devs/log/handler/zap
|
||
|
|
||
|
go 1.21.5
|
||
|
|
||
|
require (
|
||
|
gitoa.ru/go-4devs/log v0.5.1
|
||
|
go.uber.org/zap v1.26.0
|
||
|
)
|
||
|
|
||
|
require go.uber.org/multierr v1.10.0 // indirect
|