build: update dependencies and build with go 1.18

This commit is contained in:
2022-06-01 19:21:21 +02:00
parent 64f115da6c
commit 53aab84534
18 changed files with 395 additions and 277 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"