Closed
Description
What version of Go are you using (go version
)?
go 1.10
vgo:2018-02-20.1
What operating system and processor architecture are you using (go env
)?
linux amd64
What did you do?
vgo get github.com/gorilla/securecookie
vgo build
What did you see instead?
vgo: finding github.com/gorilla/securecookie v1.1.0
vgo: github.com/gorilla/securecookie v1.1.0: unexpected status (https://api.github.com/repos/gorilla/securecookie/git/refs/tags/v1.1.0): 404 Not Found
I think
Maybe it's because securecookie has v1.1 and not v1.1.0 tag ?