-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
module gotest.tools/gotestsum | ||
|
||
go 1.21 | ||
|
||
require ( | ||
github.com/bitfield/gotestdox v0.2.2 | ||
github.com/dnephin/pflag v1.0.7 | ||
github.com/fatih/color v1.17.0 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | ||
golang.org/x/sync v0.7.0 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/sys v0.25.0 | ||
golang.org/x/term v0.24.0 | ||
golang.org/x/tools v0.19.0 | ||
gotest.tools/v3 v3.5.1 | ||
) | ||
|
||
go 1.13 | ||
require ( | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
golang.org/x/mod v0.16.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters