dgageot/demoit

`go install -mod=vendor` fails on a dependency

Closed this issue · 1 comments

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

Fixed in d5767c9.