Open
Description
Technically it's as easy as replace:
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
go 1.17
replace github.com/githubnemo/CompileDaemon => github.com/ypresto/CompileDaemon v1.3.1-0.20220406082449-39bc1352dc62
require github.com/githubnemo/CompileDaemon v1.4.0
This works, but it require some manual work, plus version is misleading. It builds as v1.4.0, but actually it's v1.3.1-0.20220406082449-39bc1352dc62
Worth to revisit this. (:
Activity