module github.com/Azure/azure-service-bus-go go 1.12 require ( github.com/Azure/azure-amqp-common-go/v3 v3.0.0 github.com/Azure/azure-sdk-for-go v37.1.0+incompatible github.com/Azure/go-amqp v0.12.6 github.com/Azure/go-autorest/autorest v0.9.3 github.com/Azure/go-autorest/autorest/adal v0.8.1 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/devigned/tab v0.1.1 github.com/joho/godotenv v1.3.0 github.com/mitchellh/mapstructure v1.1.2 github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.3.0 golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b )