module github.com/tombuildsstuff/giovanni

go 1.13

require (
	github.com/Azure/azure-sdk-for-go v47.1.0+incompatible
	github.com/Azure/go-autorest/autorest v0.11.10
	github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
	github.com/Azure/go-autorest/autorest/validation v0.3.0
	github.com/google/uuid v1.1.1
	github.com/hashicorp/go-azure-helpers v0.12.0
	github.com/stretchr/testify v1.3.0
	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
)
