bwplotka / bingo

Like `go get` but for Go tools! CI Automating versioning of Go binaries in a nested, isolated Go modules.
Apache License 2.0
351 stars 29 forks source link

Add support for pinning and building forks #110

Open bwplotka opened 2 years ago

bwplotka commented 2 years ago

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. (: