module github.com/crossplane/provider-azure go 1.13 require ( github.com/Azure/azure-pipeline-go v0.2.2 // indirect github.com/Azure/azure-sdk-for-go v41.1.0+incompatible github.com/Azure/azure-storage-blob-go v0.7.0 github.com/Azure/go-autorest/autorest v0.10.0 github.com/Azure/go-autorest/autorest/adal v0.8.2 github.com/Azure/go-autorest/autorest/azure/auth v0.4.0 github.com/Azure/go-autorest/autorest/date v0.2.0 github.com/Azure/go-autorest/autorest/to v0.3.0 github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect github.com/crossplane/crossplane v0.10.0 github.com/crossplane/crossplane-runtime v0.8.0 github.com/crossplane/crossplane-tools v0.0.0-20200412230150-efd0edd4565b github.com/google/go-cmp v0.4.0 github.com/google/uuid v1.1.1 github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb // indirect github.com/onsi/gomega v1.8.1 github.com/pkg/errors v0.8.1 github.com/satori/go.uuid v1.2.0 // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 k8s.io/api v0.18.2 k8s.io/apimachinery v0.18.2 k8s.io/client-go v0.18.2 sigs.k8s.io/controller-runtime v0.6.0 sigs.k8s.io/controller-tools v0.2.4 )