canthefason / go-watcher

Watch your .Go files and restart your processes without any configuration hassle
MIT License
421 stars 67 forks source link

Can't find fsnotify #48

Open ricardogama opened 4 years ago

ricardogama commented 4 years ago

Getting errors while on go get:

build github.com/canthefason/go-watcher/cmd/watcher: cannot load gopkg.in/fsnotify.v1: cannot find module providing package gopkg.in/fsnotify.v1

Could this one be related?

ricardogama commented 4 years ago

@canthefason Can you update deps? Not sure what tool is being used here 😞