Skip to content

Cannot get the module with recent golang #16

@mshedsilegx

Description

@mshedsilegx

go get -v github.com/gettyimages/logspout-kafka
Returns:
github.com/gettyimages/logspout-kafka imports gopkg.in/Shopify/sarama.v1: cannot find module providing package gopkg.in/Shopify/sarama.v1

because the import needs to be:
github.com/Shopify/sarama
instead of:
gopkg.in/Shopify/sarama.v1
in kafka.go

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions