1module github.com/Azure/go-autorest/autorest
2
3go 1.12
4
5require (
6	github.com/Azure/go-autorest/autorest/adal v0.8.2
7	github.com/Azure/go-autorest/autorest/mocks v0.3.0
8	github.com/Azure/go-autorest/logger v0.1.0
9	github.com/Azure/go-autorest/tracing v0.5.0
10	golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
11)
12