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
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:
Run go get .
Packages will move from being an indirect dependency to a direct one.
Expected behavior
They should ideally be already in the direct dependency.
The text was updated successfully, but these errors were encountered:
Describe the bug
While setting up the dev environment I noticed that some packages are missing from the direct requirements part of the
go.mod
file. Specifically thecloud.google.com/go/storage
package andgithub.com/Azure/azure-storage-blob-go
package.To Reproduce
Steps to reproduce the behavior:
go get .
Expected behavior
They should ideally be already in the direct dependency.
The text was updated successfully, but these errors were encountered: