mirror of
https://github.com/sourcegraph/conc.git
synced 2026-04-01 06:56:49 +00:00
This removes github.com/sourcegraph/sourcegraph/lib/errors from the dependencies of conc and replaces it with the standard library multierrors (added in go 1.20), with a fallback to the smaller uber library for older go versions (back to go 1.19). This significantly reduces the size of the dependency list.