alecthomas / kingpin

CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get fails, v2 no longer the stable version?

phinicota opened this issue · comments

Hi, here's the output:

$ go get gopkg.in/alecthomas/kingpin.v2                                                                                                                                     
package gopkg.in/alecthomas/kingpin.v2: unrecognized import path "gopkg.in/alecthomas/kingpin.v2" (parse https://gopkg.in/alecthomas/kingpin.v2?go-get=1: no go-import meta tags ())

According to the readme, that's the current stable version, but the branch doesn't exist anymore?
Are we expected to use minor version tags? (i.e.: v2.2.1) nevermind that, won't work

don't know WTF happened but it was not working since yesterday but it just started working again.