24 строки
951 B
Modula-2
24 строки
951 B
Modula-2
// Deprecated: The latest supported version of this library is at github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus
|
|
module github.com/Azure/azure-service-bus-go
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Azure/azure-amqp-common-go/v3 v3.2.1
|
|
github.com/Azure/azure-sdk-for-go v51.1.0+incompatible
|
|
github.com/Azure/go-amqp v0.16.4
|
|
github.com/Azure/go-autorest/autorest v0.11.18
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.13
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
github.com/devigned/tab v0.1.1
|
|
github.com/gin-gonic/gin v1.7.3 // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/mitchellh/mapstructure v1.3.3
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8 // indirect
|
|
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
|
|
nhooyr.io/websocket v1.8.7
|
|
)
|