Blame vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.mod

Packit Service 4d2de5
module github.com/Azure/go-autorest/autorest/azure/auth
Packit Service 4d2de5
Packit Service 4d2de5
go 1.12
Packit Service 4d2de5
Packit Service 4d2de5
require (
Packit Service 4d2de5
	github.com/Azure/go-autorest/autorest v0.9.3
Packit Service 4d2de5
	github.com/Azure/go-autorest/autorest/adal v0.8.1
Packit Service 4d2de5
	github.com/Azure/go-autorest/autorest/azure/cli v0.3.1
Packit Service 4d2de5
	github.com/dimchansky/utfbom v1.1.0
Packit Service 4d2de5
	golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
Packit Service 4d2de5
)