justinas / nosurf

CSRF protection middleware for Go.

Home Page:http://godoc.org/github.com/justinas/nosurf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please consider updating tags or deleting the current tag

jolan opened this issue · comments

commented

My co-worker and I were attempting to use nosurf for something. We encountered some issues and once we started looking at them we realized glide picked up the 0.1 tag from 4 years ago rather than tip.

Not a big deal since we should have looked more closely when we added the dep via glide but please consider tagging stables release more frequently or removing the existing tag.

Thanks for bringing this to my attention. At the time I initially created nosurf, there was no Glide :)

I assume the problem is that if Glide finds tags in the repo, it uses the latest one as defined by Semver, rather than just pinning to master?

commented

Yep that is exactly what is going on.

@jolan Sorry for the delay. I have deleted the 0.1 tag for now. I will think about using semver, but for now, there will be no versioning. At least that's better than a single stale version.

Hope that helps!