-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Got this error when running `go mod tidy`: ``` github.com/luno/reflex/rblob tested by github.com/luno/reflex/rblob.test imports gocloud.dev/blob/s3blob tested by gocloud.dev/blob/s3blob.test imports gocloud.dev/internal/testing/setup imports github.com/Azure/azure-storage-blob-go/azblob tested by github.com/Azure/azure-storage-blob-go/azblob.test imports github.com/Azure/go-autorest/autorest/adal: ambiguous import: found package github.com/Azure/go-autorest/autorest/adal in multiple modules: github.com/Azure/go-autorest v12.0.0+incompatible (/Users/corver/core/pkg/mod/github.com/!azure/go-autorest@v12.0.0+incompatible/autorest/adal) github.com/Azure/go-autorest/autorest/adal v0.8.3 (/Users/corver/core/pkg/mod/github.com/!azure/go-autorest/autorest/adal@v0.8.3) ``` Followed the advice from Azure/go-autorest#414 (comment) Reviewers: #backend, neil Reviewed By: #backend, neil Differential Revision: https://phabricator.corp.luno.com/D58752
- Loading branch information
1 parent
8b9bf1b
commit 3859b78
Showing
2 changed files
with
1 addition
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters