2021-11-16 00:28:02 +03:00
|
|
|
// Deprecated: The latest supported version of this library is at github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus
|
2018-10-25 01:42:57 +03:00
|
|
|
module github.com/Azure/azure-service-bus-go
|
|
|
|
|
2019-05-31 21:32:47 +03:00
|
|
|
go 1.12
|
|
|
|
|
2018-10-25 01:42:57 +03:00
|
|
|
require (
|
2021-10-02 01:21:54 +03:00
|
|
|
github.com/Azure/azure-amqp-common-go/v3 v3.2.1
|
2021-02-25 00:59:52 +03:00
|
|
|
github.com/Azure/azure-sdk-for-go v51.1.0+incompatible
|
2021-11-16 21:44:14 +03:00
|
|
|
github.com/Azure/go-amqp v0.16.4
|
2021-02-25 00:59:52 +03:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.18
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.13
|
2020-08-10 23:39:14 +03:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
2021-10-02 01:21:54 +03:00
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
2019-05-30 00:44:04 +03:00
|
|
|
github.com/devigned/tab v0.1.1
|
2021-11-17 02:56:20 +03:00
|
|
|
github.com/gin-gonic/gin v1.7.3 // indirect
|
2018-10-25 01:42:57 +03:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-08-10 23:39:14 +03:00
|
|
|
github.com/mitchellh/mapstructure v1.3.3
|
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-11-17 02:56:20 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
|
2021-11-16 21:44:14 +03:00
|
|
|
nhooyr.io/websocket v1.8.7
|
2018-10-25 01:42:57 +03:00
|
|
|
)
|