2018-10-25 03:14:29 +03:00
|
|
|
module github.com/Azure/azure-event-hubs-go
|
|
|
|
|
|
|
|
require (
|
2019-01-07 20:54:52 +03:00
|
|
|
github.com/Azure/azure-amqp-common-go v1.1.4
|
2018-10-25 03:14:29 +03:00
|
|
|
github.com/Azure/azure-pipeline-go v0.1.8
|
2019-01-07 20:54:52 +03:00
|
|
|
github.com/Azure/azure-sdk-for-go v21.3.0+incompatible
|
2018-10-25 06:03:13 +03:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.0.0-20181023070848-cf01652132cc
|
2018-10-25 03:14:29 +03:00
|
|
|
github.com/Azure/go-autorest v11.1.1+incompatible
|
|
|
|
github.com/dimchansky/utfbom v1.0.0 // indirect
|
2018-12-12 03:06:12 +03:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2018-10-25 03:14:29 +03:00
|
|
|
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
|
|
|
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
|
|
github.com/sirupsen/logrus v1.1.1
|
|
|
|
github.com/stretchr/testify v1.2.2
|
|
|
|
go.opencensus.io v0.18.0
|
2019-04-17 22:08:45 +03:00
|
|
|
pack.ag/amqp v0.11.0
|
2018-10-25 03:14:29 +03:00
|
|
|
)
|