fix Clone method
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
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>
This commit is contained in:
parent
d6c8af97d1
commit
e8a2218ac1
11
go.mod
11
go.mod
@ -3,8 +3,11 @@ module go.unistack.org/micro-logger-zap/v3
|
|||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
go.uber.org/atomic v1.9.0 // indirect
|
github.com/benbjohnson/clock v1.1.0 // indirect
|
||||||
go.uber.org/multierr v1.7.0 // indirect
|
github.com/pkg/errors v0.9.1 // indirect
|
||||||
go.uber.org/zap v1.24.0
|
github.com/stretchr/testify v1.8.3 // indirect
|
||||||
go.unistack.org/micro/v3 v3.10.19
|
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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user