mirror of
https://github.com/khorevaa/logos.git
synced 2024-12-04 10:34:49 +02:00
13 lines
219 B
Modula-2
13 lines
219 B
Modula-2
module benchmarks
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/apex/log v1.9.0
|
|
github.com/phuslu/log v1.0.60
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
go.uber.org/multierr v1.6.0
|
|
go.uber.org/zap v1.16.0
|
|
)
|