There seems to be a dependency, imported as github.com/jeffail/tunny, that declares a go.mod file with the module path github.com/Jeffail/tunny (capital J). This causes go mod to break:
❯ go get gopkg.in/src-d/hercules.v9
go: finding github.com/jeffail/tunny latest
go: finding github.com/gogo/protobuf/proto latest
go: finding github.com/gogo/protobuf/sortkeys latest
go: finding github.com/minio/highwayhash latest
go: github.com/jeffail/tunny@v0.0.0-20181108205650-4921fff29480: parsing go.mod: unexpected module path "github.com/Jeffail/tunny"
related: golang/go#27154
There seems to be a dependency, imported as
github.com/jeffail/tunny, that declares ago.modfile with the module pathgithub.com/Jeffail/tunny(capital J). This causesgo modto break:related: golang/go#27154