Skip to content

'go mod' cannot pull dependencies #229

@bobheadxi

Description

@bobheadxi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions