1module github.com/Azure/go-autorest/autorest
2
3go 1.12
4
5require (
6	github.com/Azure/go-autorest v14.2.0+incompatible
7	github.com/Azure/go-autorest/autorest/adal v0.9.5
8	github.com/Azure/go-autorest/autorest/mocks v0.4.1
9	github.com/Azure/go-autorest/logger v0.2.0
10	github.com/Azure/go-autorest/tracing v0.6.0
11	golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
12)
13