Gopkg.toml 293 B

12345678910111213141516
  1. [prune]
  2. unused-packages = true
  3. non-go = true
  4. go-tests = true
  5. [[constraint]]
  6. name = "github.com/davecgh/go-spew"
  7. version = "~1.1.0"
  8. [[constraint]]
  9. name = "github.com/pmezard/go-difflib"
  10. version = "~1.0.0"
  11. [[constraint]]
  12. name = "github.com/stretchr/objx"
  13. version = "~0.1.0"