2018-10-25 01:42:57 +03:00
|
|
|
module github.com/Azure/azure-service-bus-go
|
|
|
|
|
|
|
|
require (
|
2019-05-30 00:44:04 +03:00
|
|
|
github.com/Azure/azure-amqp-common-go v1.1.5-0.20190529212351-f3083d80d0bb
|
|
|
|
github.com/Azure/azure-sdk-for-go v30.0.0+incompatible
|
2019-05-01 19:34:53 +03:00
|
|
|
github.com/Azure/go-autorest v12.0.0+incompatible
|
2019-05-30 00:44:04 +03:00
|
|
|
github.com/devigned/tab v0.1.1
|
|
|
|
github.com/devigned/tab/opencensus v0.1.1
|
|
|
|
github.com/fortytw2/leaktest v1.3.0 // indirect
|
|
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
2018-10-25 01:42:57 +03:00
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
2019-05-30 00:44:04 +03:00
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.3.0
|
|
|
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
|
2019-03-25 17:48:06 +03:00
|
|
|
pack.ag/amqp v0.11.0
|
2018-10-25 01:42:57 +03:00
|
|
|
)
|