Gopkg.toml 143 B

123456789
  1. [prune]
  2. unused-packages = true
  3. non-go = true
  4. go-tests = true
  5. [[constraint]]
  6. name = "github.com/stretchr/testify"
  7. version = "~1.2.0"