-
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.
Bump dependencies, update github workflows, add dependabot
- Loading branch information
Showing
4 changed files
with
82 additions
and
29 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
|
||
updates: | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: daily |
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
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,19 @@ | ||
module gotest.tools/gotestsum | ||
|
||
require ( | ||
github.com/bitfield/gotestdox v0.2.1 | ||
github.com/bitfield/gotestdox v0.2.2 | ||
github.com/dnephin/pflag v1.0.7 | ||
github.com/fatih/color v1.15.0 | ||
github.com/fsnotify/fsnotify v1.5.4 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/fatih/color v1.16.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.3.0 | ||
golang.org/x/sys v0.10.0 | ||
golang.org/x/term v0.10.0 | ||
golang.org/x/tools v0.11.0 | ||
gotest.tools/v3 v3.3.0 | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
golang.org/x/sync v0.6.0 | ||
golang.org/x/sys v0.18.0 | ||
golang.org/x/term v0.18.0 | ||
golang.org/x/tools v0.19.0 | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gotest.tools/v3 v3.5.1 | ||
) | ||
|
||
go 1.13 |
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