src-d / hercules

Gaining advanced insights from Git repository history.
Other
2.63k stars 334 forks source link

unable to import v10 #257

Closed bobheadxi closed 5 years ago

bobheadxi commented 5 years ago
❯ go get gopkg.in/src-d/hercules.v10
package gopkg.in/src-d/hercules.v10: unrecognized import path "gopkg.in/src-d/hercules.v10" (parse https://gopkg.in/src-d/hercules.v10?go-get=1: no go-import meta tags ())

it doesnt show up on gopkg either: https://gopkg.in/src-d/hercules.v9

the gopkg documentation implies the tag must begin with a v, whereas the version 10 tag is just 10.0.0 currently:

image

vmarkovtsev commented 5 years ago

Yeah, I am debugging the Python package deployment, everything is broken currently, and I have to force push to master because it is the only way to test PyPi Travis deployment.

bobheadxi commented 5 years ago

Was able to successfully pull v10 with the new tag - thanks!