2021-10-28 00:47:01 +03:00
|
|
|
module go.unistack.org/micro-logger-zap/v3
|
2020-02-09 19:46:33 +03:00
|
|
|
|
2021-08-06 02:41:38 +03:00
|
|
|
go 1.16
|
2020-02-09 19:46:33 +03:00
|
|
|
|
|
|
|
require (
|
2023-11-03 16:02:34 +03:00
|
|
|
github.com/benbjohnson/clock v1.1.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.8.3 // indirect
|
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
|
go.uber.org/zap v1.26.0
|
|
|
|
go.unistack.org/micro/v3 v3.10.31
|
2020-02-09 19:46:33 +03:00
|
|
|
)
|