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.

16 lines
293 B

  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"