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
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Hey,
it seems that the part that imports "github.com/Azure/azure-sdk-for-go/management"
can not find this directory, if you will go to the repo - https://github.com/Azure/azure-sdk-for-go , you can see that there is no /management dir.
i'm getting this -
main.go:9:2: cannot find package "github.com/Azure/azure-sdk-for-go/management" in any of:
and when i try to "go get github.com/Azure/azure-sdk-for-go/management"
i'm getting the same issue.
Thanks.
Hey,
it seems that the part that imports "github.com/Azure/azure-sdk-for-go/management"
can not find this directory, if you will go to the repo - https://github.com/Azure/azure-sdk-for-go , you can see that there is no /management dir.
i'm getting this -
main.go:9:2: cannot find package "github.com/Azure/azure-sdk-for-go/management" in any of:
and when i try to "go get github.com/Azure/azure-sdk-for-go/management"
i'm getting the same issue.
Thanks.