1module github.com/Azure/go-autorest/autorest 2 3go 1.15 4 5require ( 6 github.com/Azure/go-autorest v14.2.0+incompatible 7 github.com/Azure/go-autorest/autorest/adal v0.9.22 8 github.com/Azure/go-autorest/autorest/mocks v0.4.2 9 github.com/Azure/go-autorest/logger v0.2.1 10 github.com/Azure/go-autorest/tracing v0.6.0 11 github.com/golang-jwt/jwt/v4 v4.5.0 // indirect 12 golang.org/x/crypto v0.6.0 13)