Gopkg.toml 281 B

123456789101112131415
  1. [[constraint]]
  2. name = "github.com/jessevdk/go-flags"
  3. version = "1.4.0"
  4. [[constraint]]
  5. name = "github.com/mmcdole/gofeed"
  6. version = "1.0.0-beta2"
  7. [[constraint]]
  8. name = "github.com/stretchr/testify"
  9. version = "1.2.2"
  10. [prune]
  11. go-tests = true
  12. unused-packages = true