bingo
bingo copied to clipboard
Running bingo on air-gaped environments
For certain use cases, in our stack, we have to run air-gaped builds for our projects. This poses a problem when we want to use bingo on those projects.
Would you consider having some type of vendor directory support or module cache support?
How challenging Is it to implement?
GOPROXY=file:///filesystem/path/.bingo/cache could be used.
It would need to have multiple vendors for each tools. Possible, worth looking into it then (:
It would be great if vendoring were supported on a tool by tool basis, i.e. only vendor some tools but not others.