module github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus go 1.18 retract v1.1.2 // Breaks customers in situations where close is slow/infinite. require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.2 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 github.com/Azure/go-amqp v1.0.5 ) require ( // used in tests only github.com/joho/godotenv v1.5.1 // used in stress tests github.com/microsoft/ApplicationInsights-Go v0.4.4 github.com/stretchr/testify v1.8.4 // used in examples only nhooyr.io/websocket v1.8.10 ) require github.com/golang/mock v1.6.0 require ( code.cloudfoundry.org/clock v1.1.0 // indirect github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/gofrs/uuid v4.4.0+incompatible // indirect github.com/golang-jwt/jwt/v5 v5.2.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/kylelemons/godebug v1.1.0 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/crypto v0.19.0 // indirect golang.org/x/net v0.21.0 // indirect golang.org/x/sys v0.17.0 // indirect golang.org/x/text v0.14.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )