mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
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 |
||
|---|---|---|
| .. | ||
| event | ||
| testdata/snapshots | ||
| v1 | ||
| backcompat_test.go | ||
| BUILD.bazel | ||
| CODENOTIFY | ||
| exporter.go | ||
| identifier_test.go | ||
| identifier.go | ||
| main_test.go | ||