module github.com/devigned/pub go 1.13 require ( contrib.go.opencensus.io/exporter/jaeger v0.1.0 github.com/Azure/go-autorest/autorest v0.9.2 github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect github.com/Azure/go-autorest/autorest/azure/auth v0.3.0 github.com/Azure/go-autorest/autorest/date v0.2.0 github.com/Azure/go-autorest/autorest/to v0.3.0 github.com/Jeffail/gabs v1.4.0 github.com/devigned/tab v0.0.1 github.com/devigned/tab/opencensus v0.1.2 github.com/joho/godotenv v1.3.0 github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/testify v1.4.0 go.opencensus.io v0.22.1 golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect golang.org/x/sys v0.0.0-20191003212358-c178f38b412c // indirect )