You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These replaces were needed at some point to force a bump to a lib
version with CVE fixes but we have since moved way past the pinned
version.
We should drop them before we run into problems from having deps pinned
to versions that are too old. For example, I've seen PRs with the
following diff:
```
golang.org/x/net v0.23.0 => golang.org/x/net v0.5.0
```
which is not really what we want.
0 commit comments