chore: upgrade dependencies

This commit is contained in:
2022-06-09 15:59:30 +02:00
parent 5302d55a26
commit ee02b09657
89 changed files with 2095 additions and 596 deletions

1
vendor/go.uber.org/zap/global.go generated vendored
View File

@ -31,6 +31,7 @@ import (
)
const (
_stdLogDefaultDepth = 1
_loggerWriterDepth = 2
_programmerErrorTemplate = "You've found a bug in zap! Please file a bug at " +
"https://github.com/uber-go/zap/issues/new and reference this error: %v"