| 123456789101112131415161718192021222324252627282930313233 |
- [prune]
- non-go = true
- go-tests = true
- unused-packages = true
- [[constraint]]
- name = "github.com/google/go-cmp"
- version = "0.2.0"
- [[constraint]]
- name = "github.com/jonboulle/clockwork"
- version = "0.1.0"
- [[constraint]]
- name = "github.com/pkg/errors"
- version = "0.8.0"
- [[constraint]]
- name = "github.com/spf13/pflag"
- version = "1.0.0"
- [[constraint]]
- name = "github.com/sirupsen/logrus"
- version = "1.0.5"
- [[constraint]]
- name = "gotest.tools"
- version = "2.0.0"
- [[constraint]]
- name = "github.com/fatih/color"
- version = "1.6.0"
|