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

Dependency issue wrt Azure and GCP packages #57

Closed
akshat2602 opened this issue Jan 7, 2023 · 0 comments · Fixed by #58
Closed

Dependency issue wrt Azure and GCP packages #57

akshat2602 opened this issue Jan 7, 2023 · 0 comments · Fixed by #58
Labels
bug Something isn't working

Comments

@akshat2602
Copy link
Contributor

Describe the bug
While setting up the dev environment I noticed that some packages are missing from the direct requirements part of thego.mod file. Specifically the cloud.google.com/go/storage package and github.com/Azure/azure-storage-blob-go package.

To Reproduce
Steps to reproduce the behavior:

  1. Run go get .
  2. Packages will move from being an indirect dependency to a direct one.

Expected behavior
They should ideally be already in the direct dependency.

@akshat2602 akshat2602 added the bug Something isn't working label Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant