azure-event-hubs-go/go.mod

26 строки
944 B
Modula-2

module github.com/Azure/azure-event-hubs-go/v3
go 1.13
require (
github.com/Azure/azure-amqp-common-go/v3 v3.0.1
github.com/Azure/azure-pipeline-go v0.1.9
github.com/Azure/azure-sdk-for-go v51.1.0+incompatible
github.com/Azure/azure-storage-blob-go v0.6.0
github.com/Azure/go-amqp v0.13.12
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/azure/auth v0.4.2
github.com/Azure/go-autorest/autorest/date v0.3.0
github.com/Azure/go-autorest/autorest/to v0.4.0
github.com/devigned/tab v0.1.1
github.com/devigned/tab/opencensus v0.1.2 // indirect
github.com/joho/godotenv v1.3.0
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
github.com/mitchellh/mapstructure v1.1.2
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.6.1
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
)