Closed sam-ulrich1 closed 1 month ago
Work around for the time being: add this line to the bottom of your go.mod
replace github.com/sourcegraph/sourcegraph/lib => github.com/sourcegraph/sourcegraph-public-snapshot/lib v0.0.0-20221216004406-749998a2ac74
Yikes, sorry about that 😞
The latest version of conc has no dependency on github.com/sourcegraph/sourcegraph/lib
, so another option is to upgrade the package.
Ahh I thought it was still linked in the newest version, it was just another dep that had an older version
This library uses sourcegraph so it is now broken in all new builds