On the other hand, the resolvers depending on themselves is going to be a little trickier.
If this was a compiler, I'd just keep around the last binary, and use that to build the rest.
But in this case, we built these resolvers with warp, using an older version of themselves that vendored everything. But now during the resolution process of the resolvers, we need them running!
Easiest option seems to be *vendor deps* at this level.
#latebinding #erlang #elixir #deps