Vasiliy Tolstov
e8a2218ac1
Some checks failed
codeql / analyze (go) (pull_request) Failing after 2m43s
prbuild / test (pull_request) Failing after 1m30s
prbuild / lint (pull_request) Failing after 2m32s
autoapprove / autoapprove (pull_request) Failing after 1m26s
automerge / automerge (pull_request) Failing after 4s
dependabot-automerge / automerge (pull_request) Has been skipped
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
14 lines
346 B
Modula-2
14 lines
346 B
Modula-2
module go.unistack.org/micro-logger-zap/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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
|
|
)
|