summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/objx/Gopkg.toml
blob: d70f1570b95a71d65a5cbf38ff88497d036c016f (plain)
1
2
3
4
5
6
7
8
[prune]
  unused-packages = true
  non-go = true
  go-tests = true

[[constraint]]
  name = "github.com/stretchr/testify"
  version = "~1.2.0"