sourcegraph/internal/debugserver
Robert Lin 557b4df0ed
chore/deps: upgrade grpc, prometheus/common (#63328)
This change extracts the unrelated transitive upgrades of
https://github.com/sourcegraph/sourcegraph/pull/63171 (CORE-177) into a
separate PR. I'm making this because @unknwon ran into issues with the
exact same dependencies in
https://github.com/sourcegraph/sourcegraph/pull/63171#issuecomment-2157694545.

The change consists of upgrades to:

- `google.golang.org/grpc` - there's a deprecation of `grpc.DialContext`
that we agreed in #63171 to keep for now.
- removing our `replace` directive on `github.com/prometheus/common` and
upgrading it. This is safe to do because our Alertmanager version is
already way ahead, and the reason this has a `replace` is outdated now.

## Test plan

CI, nothing blows up on `sg start` and I can click around and do a bit
of searching
2024-06-19 09:55:44 -04:00
..
BUILD.bazel bazel: transcribe test ownership to bazel tags (#62664) 2024-05-16 15:51:16 +01:00
CODENOTIFY all: add keegancsmith to CODENOTIFY for many pkgs (#14241) 2020-09-29 11:03:53 +02:00
debug.go lib/background: upgrade Routine interface with context and errors (#62136) 2024-05-24 10:04:55 -04:00
expvar.go tidy: convert Fprintf to Fprintln when possible (#7174) 2019-12-12 12:46:02 -07:00
grpcui.go chore/deps: upgrade grpc, prometheus/common (#63328) 2024-06-19 09:55:44 -04:00
metadata.go monitoring: version metric, annotations on versions and alerts (#17198) 2021-01-13 00:14:18 +08:00
ready.go debugserver: Add /healthz and /ready endpoints (#19846) 2021-04-08 20:21:29 +00:00