Advertisement
Guest User

Untitled

a guest
Jul 30th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. module mypackagepath
  2.  
  3. go 1.14
  4.  
  5. require (
  6. github.com/Azure/azure-pipeline-go v0.2.3
  7. github.com/Azure/azure-sdk-for-go v44.2.0+incompatible
  8. github.com/Azure/azure-storage-queue-go v0.0.0-20191125232315-636801874cdd
  9. github.com/Azure/go-autorest v14.2.0+incompatible
  10. github.com/Azure/go-autorest/autorest v0.11.2
  11. github.com/Azure/go-autorest/autorest/adal v0.9.0
  12. github.com/Azure/go-autorest/autorest/azure/auth v0.5.0
  13. github.com/Azure/go-autorest/autorest/to v0.4.0
  14. github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
  15. github.com/DataDog/datadog-go v3.7.2+incompatible // indirect
  16. github.com/davecgh/go-spew v1.1.1
  17. github.com/google/uuid v1.1.1
  18. github.com/hashicorp/consul/api v1.5.0
  19. github.com/opentracing/opentracing-go v1.2.0
  20. github.com/philhofer/fwd v1.0.0 // indirect
  21. github.com/pkg/errors v0.9.1
  22. github.com/spf13/viper v1.7.0
  23. github.com/vippsas/go-cosmosdb v0.0.0-20200428065936-29dab535353d
  24. go.uber.org/zap v1.15.0
  25. golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
  26. gopkg.in/DataDog/dd-trace-go.v1 v1.25.0
  27. )
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement