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
Users of this module, or any other module that depends on it, are blocked from upgrading the azure module:
go: finding module for package github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-01-01-preview/authorization
github.com/styrainc/xxx/e2e/yyy tested by
github.com/styrainc/xxx/e2e/yyy.test imports
github.com/hashicorp/vault/vault tested by
github.com/hashicorp/vault/vault.test imports
github.com/hashicorp/vault/helper/builtinplugins imports
github.com/hashicorp/vault-plugin-secrets-azure imports
github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-01-01-preview/authorization: module github.com/Azure/azure-sdk-for-go@latest found (v68.0.0+incompatible), but does not contain package github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-01-01-preview/authorization
StyraInc/load-private % git grep github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-01-01-preview/authorization
I guess the only way out is to follow the migration guide and switch packages...? Is this on anyone's radar already? (I couldn't find any related issues...)
Thank you! 🎈
The text was updated successfully, but these errors were encountered:
With the v68.0 release of github.com/Azure/azure-sdk-for-go, the authorization package disappeared.
Before that, for example in v67.4.0, we could find a deprecation comment saying
Users of this module, or any other module that depends on it, are blocked from upgrading the azure module:
I guess the only way out is to follow the migration guide and switch packages...? Is this on anyone's radar already? (I couldn't find any related issues...)
Thank you! 🎈
The text was updated successfully, but these errors were encountered: