Draft: Update LabKit to v1.4.0
LabKit v1.4.0 updates a set of dependencies, including the renamed hdrhistogram
. Following this update:
$ go mod why github.com/codahale/hdrhistogram)
# github.com/codahale/hdrhistogram
(main module does not need package github.com/codahale/hdrhistogram)
$ go mod why github.com/HdrHistogram/hdrhistogram-go
# github.com/HdrHistogram/hdrhistogram-go
gitlab.com/gitlab-org/gitaly/client
gitlab.com/gitlab-org/gitaly/client.test
github.com/uber/jaeger-client-go
github.com/uber/jaeger-client-go.test
github.com/uber/jaeger-lib/metrics/metricstest
github.com/HdrHistogram/hdrhistogram-go
Closes #3190 (closed)
Edited by Nick Thomas