Gopkg.toml 568 B

12345678910111213141516171819202122232425262728293031
  1. [[constraint]]
  2. name = "github.com/crossdock/crossdock-go"
  3. branch = "master"
  4. [[constraint]]
  5. name = "github.com/opentracing/opentracing-go"
  6. version = "^1.2"
  7. [[constraint]]
  8. name = "github.com/prometheus/client_golang"
  9. version = "^1"
  10. [[constraint]]
  11. name = "github.com/stretchr/testify"
  12. version = "^1.1.3"
  13. [[constraint]]
  14. name = "go.uber.org/atomic"
  15. version = "^1"
  16. [[constraint]]
  17. name = "github.com/uber/jaeger-lib"
  18. version = "^2.3"
  19. [[constraint]]
  20. name = "go.uber.org/zap"
  21. version = "^1"
  22. [prune]
  23. go-tests = true
  24. unused-packages = true