-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix fsnotify repository relocation #138
Conversation
5ed30ec
to
42dc2cc
Compare
* http://gopkg.in/fsnotify/fsnotify.v1 is the new location * see: https://github.com/go-fsnotify/fsnotify
42dc2cc
to
000912a
Compare
Fixes #136 |
@Nino-K can we merge this PR asap ? the build is now broken, we can't deliver the release and the CI is not working now... |
any news on that merge? Really need this to release .... |
@idanya, @c9s, depending on your build system you should be able to use the pre-merge commit from our public fork by modifying your
|
Yes, I'm using govendor and already did the same (forked and merged your commit). I'd rather it be merged here but I guess that will do for now :\ |
Please merge.... it's totally broken now |
If you're using dep, add the following to your
|
@florindragos Are you the only person with write-access to this project? |
@promiseofcake The |
@mattayes, thanks for the link. In order to not conflate changes, I would be more than happy to make that change once we get this merged in. |
+1 on this merging. This is blocking a few deployments. |
any update? |
@Nino-K do you still have write access to this repo/time to review this? |
This is a key blocker right now. Any estimate on when it can be merged? |
This also blocks use of hpcloud/tail with vgo (at least I've been unable to get it working) |
@sergei-utinski, do you know anyone who can help us out? |
Thanks @sergei-utinski! What are the plans for this repo? Can community members get write access, or should we look into housing this repo somewhere else? |
Fix fsnotify repository relocation
The https://github.com/go-fsnotify/fsnotify redirect has been disabled and replaced with an empty repo, the new path for gopkg.in is: http://gopkg.in/fsnotify/fsnotify.v1 as of yesterday.
fsnotify
import paths to: gopkg.in/fsnotify/fsnotify.v1vendor/fsnotify.v1
to the new import path