`go install -mod=vendor` fails on a dependency
mehmandarov opened this issue · 1 comments
mehmandarov commented
Local builds are failing at the moment:
$ go install -mod=vendor
build github.com/dgageot/demoit: cannot load github.com/chromedp/cdproto/target: open /[clipped..]/go/src/github.com/dgageot/demoit/vendor/github.com/chromedp/cdproto/target: no such file or directory
mehmandarov commented
Fixed in d5767c9.