Gopkg.toml 560 B

123456789101112131415161718192021222324252627282930313233
  1. [prune]
  2. non-go = true
  3. go-tests = true
  4. unused-packages = true
  5. [[constraint]]
  6. name = "github.com/google/go-cmp"
  7. version = "0.2.0"
  8. [[constraint]]
  9. name = "github.com/jonboulle/clockwork"
  10. version = "0.1.0"
  11. [[constraint]]
  12. name = "github.com/pkg/errors"
  13. version = "0.8.0"
  14. [[constraint]]
  15. name = "github.com/spf13/pflag"
  16. version = "1.0.0"
  17. [[constraint]]
  18. name = "github.com/sirupsen/logrus"
  19. version = "1.0.5"
  20. [[constraint]]
  21. name = "gotest.tools"
  22. version = "2.0.0"
  23. [[constraint]]
  24. name = "github.com/fatih/color"
  25. version = "1.6.0"