githubnemo / CompileDaemon

Very simple compile daemon for Go
BSD 2-Clause "Simplified" License
1.61k stars 153 forks source link

Update fsnotify dependency #31

Closed makarski closed 6 years ago

makarski commented 6 years ago

The used fsnotify dependency is not available:

curl gopkg.in/fsnotify.v1
GitHub repository at https://github.com/go-fsnotify/fsnotify has no branch or tag "v1", "v1.N" or "v1.N.M"
Jammizzle commented 6 years ago

Just ran into this when building docker containers, thankfully it's already been found!

githubnemo commented 6 years ago

Whoops. Thank you for your contribution and I'm sorry that I ignored your PR. I was reading the issue and directly fixed it without checking for PRs first...

I would have reverted my change and merged yours but since I also created a tag and this is too much interference with history for my taste I will just close it. Thanks again!