kubernetes/vendor/github.com
Patrick Ohly cb6a653777 klog 2.20.0, logr v1.1.0, zapr v1.1.0
This replaces the experimental logr v0.4 with the stable v1.1.0
release. This is a breaking API change for some users because:
- Comparing logr.Logger against nil is not possible anymore:
  it's now a struct instead of an interface. Code which
  allows a nil logger should switch to *logr.Logger as type.
- Logger implementations must be updated in lockstep.

Instead of updating the forked zapr code in json.go, directly using
the original go-logr/zapr is simpler and avoids duplication of effort.

The updated zapr supports logging of numeric verbosity. Error messages
don't have a verbosity (= always get logged), so "v" is not getting
added to them anymore.

Source code logging for panic messages got fixed so that it references
the code with the invalid log call, not the json.go implementation.

Finally, zapr includes additional information in its panic
messages ("zap field", "ignored key", "invalid key").
2021-09-09 14:43:43 +02:00
..
armon/circbuf hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
asaskevich/govalidator hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
aws/aws-sdk-go Updating AWS-SDK-Go to version 1.38.49 2021-06-17 08:42:25 -07:00
Azure update Azure/go-ansiterm to v0.0.0-20210617225240-d185dfc1b5a1 2021-06-18 16:11:58 -07:00
beorn7/perks hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
bits-and-blooms/bitset vendor: bump runc to 1.0.1 2021-07-16 12:36:26 -07:00
blang/semver hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
cespare/xxhash/v2 hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
chai2010/gettext-go hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
checkpoint-restore/go-criu/v5 vendor: bump runc to rc95 2021-05-19 23:51:59 -07:00
cilium/ebpf vendor: bump runc to 1.0.1 2021-07-16 12:36:26 -07:00
clusterhq/flocker-go hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
container-storage-interface/spec Use container-storage-interface spec v1.5.0 2021-06-15 15:11:19 -07:00
containerd vendor: bump runc to rc95 2021-05-19 23:51:59 -07:00
containernetworking/cni Bump containernetworking/cni to v0.8.1 2021-05-06 20:18:50 +05:30
coredns Update corefile-migration to v1.0.12. 2021-06-13 00:06:37 -05:00
coreos Switch to github.com/coreos/go-systemd/v22 and drop older package 2021-06-16 11:14:16 -04:00
cpuguy83/go-md2man/v2 hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
cyphar/filepath-securejoin hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
davecgh/go-spew hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
daviddengcn/go-colortext hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
docker vendor: cadvisor v0.39.0 2021-03-08 22:10:29 -08:00
dustin/go-humanize hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
elazarl/goproxy hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
emicklei/go-restful hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
euank/go-kmsg-parser hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
evanphx/json-patch upgrade gopkg.in/evanphx/json-patch to v4.11.0 2021-06-04 13:15:09 +08:00
exponent-io/jsonpath hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
fatih/camelcase hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
felixge/httpsnoop Add distributed tracing to the apiserver using OpenTelemetry 2021-06-25 05:20:27 -07:00
form3tech-oss/jwt-go Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
fsnotify/fsnotify hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
fvbommel/sortorder hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
go-errors/errors until stable: pin-dependency, update-vendor, update-bazel, lint-dep 2021-03-08 16:50:43 -08:00
go-logr klog 2.20.0, logr v1.1.0, zapr v1.1.0 2021-09-09 14:43:43 +02:00
go-openapi Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
go-ozzo/ozzo-validation hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
godbus/dbus/v5 vendor: bump runc to rc95 2021-05-19 23:51:59 -07:00
gofrs/uuid Update Azure Go SDK version to v53.1.0 2021-04-23 02:30:48 +00:00
gogo/protobuf hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
golang upgrade google.golang.org/api to v0.45.0 2021-07-12 11:33:22 +08:00
google Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
googleapis Update github.com/googleapis/gnostic to v0.5.5 and updating transitive dependencies go-cmp, protobuf,, to adapt the latest gnostic release which cosists of [Update protos for Go protoc plugin compatibility] 2021-06-17 17:05:05 +01:00
GoogleCloudPlatform/k8s-cloud-provider fix test failures in legacy cloud provider: add 'projects/' after upgrade 2021-07-13 12:42:23 +08:00
gophercloud/gophercloud hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
gorilla/websocket hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
gregjones/httpcache hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
grpc-ecosystem Drop etcd tests dependency 2021-06-23 10:22:58 -04:00
heketi/heketi Transitive dependency: high CVE fix 2021-06-22 07:35:13 -07:00
imdario/mergo hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
inconshreveable/mousetrap hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
ishidawataru/sctp hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
JeffAshton/win_pdh hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
jmespath/go-jmespath hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
jonboulle/clockwork Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
josharian/intern Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
json-iterator/go Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
karrick/godirwalk hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
libopenstorage/openstorage hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
liggitt/tabwriter hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
lithammer/dedent hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
mailru/easyjson Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
MakeNowJust/heredoc hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
matttproud/golang_protobuf_extensions hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
Microsoft hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
mindprince/gonvml hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
mistifyio/go-zfs hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
mitchellh Update cobra to v1.2.1 2021-08-18 15:02:25 -06:00
moby Fix - Winterm issue on Windows 8.1 in kubectl exec 2021-06-12 08:52:49 +05:30
modern-go hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
mohae/deepcopy hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
monochromegane/go-gitignore until stable: pin-dependency, update-vendor, update-bazel, lint-dep 2021-03-08 16:50:43 -08:00
morikuni/aec hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
mrunalp/fileutils vendor: cadvisor v0.39.0 2021-03-08 22:10:29 -08:00
munnerz/goautoneg hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
mvdan/xurls hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
mxk/go-flowrate hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
nxadm/tail update testing related dependencies 2021-05-18 21:54:06 -04:00
NYTimes/gziphandler hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
onsi update testing related dependencies 2021-05-18 21:54:06 -04:00
opencontainers vendor: bump runc to 1.0.2 2021-08-23 13:05:23 -07:00
peterbourgon/diskv hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
pkg/errors hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
pmezard/go-difflib hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
pquerna/cachecontrol hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
prometheus Update to etcd v3.5.0 client 2021-06-15 22:50:46 -04:00
PuerkitoBio hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
quobyte/api hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
robfig/cron/v3 Switch to github.com/robfig/cron/v3 2021-06-14 19:03:03 -04:00
rubiojr/go-vhd hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
russross/blackfriday hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
seccomp/libseccomp-golang hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
shurcooL/sanitized_anchor_name hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
sirupsen/logrus vendor: bump runc to 1.0.1 2021-07-16 12:36:26 -07:00
soheilhy/cmux Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
spf13 Update cobra to v1.2.1 2021-08-18 15:02:25 -06:00
storageos/go-api hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
stretchr update testing related dependencies 2021-05-18 21:54:06 -04:00
syndtr/gocapability vendor: cadvisor v0.39.0 2021-03-08 22:10:29 -08:00
tmc/grpc-websocket-proxy Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
vishvananda hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
vmware/govmomi hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
xiang90/probing hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
xlab/treeprint until stable: pin-dependency, update-vendor, update-bazel, lint-dep 2021-03-08 16:50:43 -08:00