niemeyer / gopkg

Source code for the gopkg.in service.
Other
539 stars 85 forks source link

Doesn't seem to be pulling the correct version #15

Closed nathany closed 10 years ago

nathany commented 10 years ago

https://gopkg.in/fsnotify/fsnotify.v0 reports v0.14.0, as it should be.

But when I do a fresh go get -u gopkg.in/fsnotify/fsnotify.v0 and less CHANGELOG.md, I only see v0.9.0.

Also, the documentation at http://godoc.org/gopkg.in/fsnotify/fsnotify.v0 is showing the old v0.9.0 API.

I'm not sure why this is. Is it just pulling the wrong tag from the right repo?

Or worse, is it pulling the wrong repo altogether. Perhaps https://github.com/howeyc/fsnotify? As you can see, http://gopkg.in/howeyc/fsnotify.v0 points to v0.9.0.

niemeyer commented 10 years ago

Strange. Let me have a lot look at this early tomorrow.

niemeyer commented 10 years ago

The fix has been deployed. Sorry for the trouble, Nathan.

nathany commented 10 years ago

Thanks @niemeyer!