Gopkg.toml 490 B

1234567891011121314151617181920
  1. # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
  2. # for detailed Gopkg.toml documentation.
  3. #
  4. # Refer to https://github.com/toml-lang/toml for detailed TOML docs.
  5. [prune]
  6. non-go = true
  7. go-tests = true
  8. unused-packages = true
  9. [[constraint]]
  10. branch = "improvements"
  11. name = "github.com/davecgh/go-xdr"
  12. source = "https://github.com/rasky/go-xdr"
  13. [[constraint]]
  14. branch = "govmomi"
  15. name = "github.com/kr/pretty"
  16. source = "https://github.com/dougm/pretty"