1module github.com/Azure/go-autorest/autorest/azure/auth 2 3go 1.15 4 5require ( 6 github.com/Azure/go-autorest v14.2.0+incompatible 7 github.com/Azure/go-autorest/autorest v0.11.24 8 github.com/Azure/go-autorest/autorest/adal v0.9.18 9 github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 10 github.com/Azure/go-autorest/logger v0.2.1 11 github.com/dimchansky/utfbom v1.1.1 12)