You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to vendor a repo with dep I encountered this:
master: Could not introduce github.com/bsm/sarama-cluster@master due to a case-only variation: it depends on "github.com/Shopify/sarama", but "github.com/shopify/sarama" was already established as the case variant for that project root by depender (root)
This makes sense, dependency github.com/bsm/sarama-cluster wants upper case Shopify and my code is importing lower case shopify.
I encountered similar issues with Sirupsen/sirupsen and it was a pain to resolve.
I suspect my code's lowercase import is wrong but I'd like official confirmation. Can you bless either github.com/Shopify/sarama or github.com/shopify/sarama as an authoritative import path?
The text was updated successfully, but these errors were encountered:
While trying to vendor a repo with
dep
I encountered this:This makes sense, dependency
github.com/bsm/sarama-cluster
wants upper caseShopify
and my code is importing lower caseshopify
.I encountered similar issues with
Sirupsen/sirupsen
and it was a pain to resolve.I suspect my code's lowercase import is wrong but I'd like official confirmation. Can you bless either
github.com/Shopify/sarama
orgithub.com/shopify/sarama
as an authoritative import path?The text was updated successfully, but these errors were encountered: