You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
819 B

  1. # For v0.x.y dependencies, prefer adding a constraints of the form: version=">= 0.x.y"
  2. # to avoid locking to a particular minor version which can cause dep to not be
  3. # able to find a satisfying dependency graph.
  4. [[constraint]]
  5. branch = "master"
  6. name = "git.apache.org/thrift.git"
  7. source = "github.com/apache/thrift"
  8. [[constraint]]
  9. name = "github.com/golang/protobuf"
  10. version = "1.0.0"
  11. [[constraint]]
  12. name = "github.com/openzipkin/zipkin-go"
  13. version = ">=0.1.0"
  14. [[constraint]]
  15. name = "github.com/prometheus/client_golang"
  16. version = ">=0.8.0"
  17. [[constraint]]
  18. branch = "master"
  19. name = "golang.org/x/net"
  20. [[constraint]]
  21. branch = "master"
  22. name = "google.golang.org/api"
  23. [[constraint]]
  24. name = "google.golang.org/grpc"
  25. version = "1.11.3"
  26. [prune]
  27. go-tests = true
  28. unused-packages = true