build: upgrade to go 1.18 and dependencies

This commit is contained in:
2022-04-12 18:06:10 +02:00
parent c24e0103e2
commit 8effe3b576
20 changed files with 397 additions and 279 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"