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.

34 lines
692 B

  1. # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
  2. # for detailed Gopkg.toml documentation.
  3. [prune]
  4. non-go = true
  5. go-tests = true
  6. unused-packages = true
  7. [[constraint]]
  8. name = "github.com/docker/distribution"
  9. version = "2.6.2"
  10. [[constraint]]
  11. name = "github.com/stretchr/testify"
  12. version = "1.1.4"
  13. [[constraint]]
  14. name = "gopkg.in/go-playground/validator.v9"
  15. version = "9.29.0"
  16. [[constraint]]
  17. branch = "v2"
  18. name = "gopkg.in/yaml.v2"
  19. [[constraint]]
  20. name = "github.com/utahta/go-openuri"
  21. version = "0.1.0"
  22. [[constraint]]
  23. branch = "v2"
  24. name = "github.com/pborman/getopt"
  25. [[constraint]]
  26. name = "github.com/ghodss/yaml"
  27. version = "1.0.0"