module github.com/Azure/go-autorest/autorest/adal

go 1.12

require (
	github.com/Azure/go-autorest v14.2.0+incompatible
	github.com/Azure/go-autorest/autorest/date v0.3.0
	github.com/Azure/go-autorest/autorest/mocks v0.4.1
	github.com/Azure/go-autorest/logger v0.2.1
	github.com/Azure/go-autorest/tracing v0.6.0
	github.com/form3tech-oss/jwt-go v3.2.2+incompatible
	golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
)
