diff --git a/internal/fetch/known_alternatives.go b/internal/fetch/known_alternatives.go index 2f7df70d9..9f84e909f 100644 --- a/internal/fetch/known_alternatives.go +++ b/internal/fetch/known_alternatives.go @@ -26,8 +26,8 @@ var knownAlternatives = map[string]string{ "gopkg.in/azure/azure-sdk-for-go": "github.com/Azure/azure-sdk-for-go", "github.com/masslessparticle/azure-sdk-for-go": "github.com/Azure/azure-sdk-for-go", "github.com/aliyun/alibaba-cloud-sdk-go": "github.com/Azure/azure-sdk-for-go", - "github.com/johnstairs/azure-sdk-for-go ": "github.com/Azure/azure-sdk-for-go", - "github.com/shopify/sarama": "github.com/Shopify/sarama", + "github.com/johnstairs/azure-sdk-for-go ": "github.com/Azure/azure-sdk-for-go", + "github.com/shopify/sarama": "github.com/Shopify/sarama", } // knownAlternativeFor returns the module that the given module path is an alternative to,