31 строка
1.4 KiB
Modula-2
31 строка
1.4 KiB
Modula-2
|
module github.com/Azure/azure-event-hubs-go
|
||
|
|
||
|
require (
|
||
|
git.apache.org/thrift.git v0.0.0-20181017231345-8a130f63e5bd // indirect
|
||
|
github.com/Azure/azure-amqp-common-go v1.1.0
|
||
|
github.com/Azure/azure-pipeline-go v0.1.8
|
||
|
github.com/Azure/azure-sdk-for-go v21.2.0+incompatible
|
||
|
github.com/Azure/azure-storage-blob-go v0.0.0-20181015075155-75ae50851b2f
|
||
|
github.com/Azure/go-autorest v11.1.1+incompatible
|
||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
||
|
github.com/dimchansky/utfbom v1.0.0 // indirect
|
||
|
github.com/fortytw2/leaktest v1.2.0 // indirect
|
||
|
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
|
||
|
github.com/kisielk/gotool v1.0.0 // indirect
|
||
|
github.com/kr/pretty v0.1.0 // indirect
|
||
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
||
|
github.com/mitchellh/mapstructure v1.1.2
|
||
|
github.com/pkg/errors v0.8.0 // indirect
|
||
|
github.com/sirupsen/logrus v1.1.1
|
||
|
github.com/stretchr/testify v1.2.2
|
||
|
go.opencensus.io v0.18.0
|
||
|
golang.org/x/lint v0.0.0-20181023182221-1baf3a9d7d67 // indirect
|
||
|
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect
|
||
|
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect
|
||
|
golang.org/x/tools v0.0.0-20181024171208-a2dc47679d30 // indirect
|
||
|
google.golang.org/api v0.0.0-20181018171847-1ee037c97071 // indirect
|
||
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||
|
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3 // indirect
|
||
|
pack.ag/amqp v0.7.4
|
||
|
)
|