diff --git a/go.mod b/go.mod index 1c6d2b7..d8811b3 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,8 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0 + github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 + github.com/Azure/go-autorest/autorest/to v0.4.0 github.com/go-test/deep v1.1.1 github.com/google/uuid v1.6.0 github.com/hashicorp/go-cleanhttp v0.5.2 @@ -18,10 +20,12 @@ require ( github.com/microsoftgraph/msgraph-sdk-go-core v1.2.1 github.com/mitchellh/mapstructure v1.5.0 github.com/stretchr/testify v1.9.0 + golang.org/x/sync v0.7.0 ) require ( github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect + github.com/Azure/go-autorest v14.2.0+incompatible // indirect github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/armon/go-metrics v0.4.1 // indirect @@ -95,7 +99,6 @@ require ( golang.org/x/crypto v0.25.0 // indirect golang.org/x/mod v0.17.0 // indirect golang.org/x/net v0.27.0 // indirect - golang.org/x/sync v0.7.0 // indirect golang.org/x/sys v0.22.0 // indirect golang.org/x/text v0.16.0 // indirect golang.org/x/time v0.3.0 // indirect