gotest.tools/gotestsum@v1.11.0/go.mod (about) 1 module gotest.tools/gotestsum 2 3 require ( 4 github.com/bitfield/gotestdox v0.2.1 5 github.com/dnephin/pflag v1.0.7 6 github.com/fatih/color v1.15.0 7 github.com/fsnotify/fsnotify v1.5.4 8 github.com/google/go-cmp v0.5.9 9 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 10 golang.org/x/sync v0.3.0 11 golang.org/x/sys v0.10.0 12 golang.org/x/term v0.10.0 13 golang.org/x/tools v0.11.0 14 gotest.tools/v3 v3.3.0 15 ) 16 17 go 1.13