Compare commits

...

2 Commits
master ... v3

Author SHA1 Message Date
259248b4bc Merge pull request 'clonefix' (#101) from clonefix into v3
Some checks failed
build / test (push) Failing after 1m28s
build / lint (push) Failing after 2m41s
codeql / analyze (go) (push) Failing after 2m42s
Reviewed-on: #101
2023-11-03 16:03:14 +03:00
e8a2218ac1 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
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2023-11-03 16:02:34 +03:00
2 changed files with 1513 additions and 8 deletions

11
go.mod
View File

@ -3,8 +3,11 @@ module go.unistack.org/micro-logger-zap/v3
go 1.16
require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.24.0
go.unistack.org/micro/v3 v3.10.19
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
)

1510
go.sum

File diff suppressed because it is too large Load Diff