Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor collision issues due to case sensitive multiple libraries from microsoft #322

Open
Ajaykumarkolipaka opened this issue Oct 21, 2024 · 0 comments

Comments

@Ajaykumarkolipaka
Copy link

we are using bunch of microsoft libraries and we want to build our project with vendor folder. But we are running into vendor collision issue as go-winio lib is using capital M as a module. Where as multiple other libs are using small m. For example: github.com/microsoft/kiota-abstractions-go, github.com/microsoft/kiota-authentication-azure-go.

when I run go mod tidy && go mod vendor, all the packages are going under vendor/Microsoft folder. As a result when I'm building the project it's not able to find github.com/microsoft/kiota-abstractions-go, github.com/microsoft/kiota-authentication-azure-go packages and running into issues.

Can we update the go-winio lib to use small m so that all the libs from microsoft fall under same vendor folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant