Skip to content

Commit 740cd00

Browse files
chore(deps): Update module gotest.tools/gotestsum to v1.12.3
1 parent 26bca06 commit 740cd00

File tree

2 files changed

+32
-66
lines changed

2 files changed

+32
-66
lines changed

tools/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ require (
1515
github.com/psampaz/go-mod-outdated v0.9.0
1616
github.com/stretchr/testify v1.10.0
1717
github.com/x-motemen/gobump v0.2.0
18-
golang.org/x/tools v0.32.0
19-
gotest.tools/gotestsum v1.12.0
18+
golang.org/x/tools v0.34.0
19+
gotest.tools/gotestsum v1.12.3
2020
)
2121

2222
require (
@@ -183,7 +183,7 @@ require (
183183
github.com/fatih/structtag v1.2.0 // indirect
184184
github.com/felixge/httpsnoop v1.0.4 // indirect
185185
github.com/firefart/nonamedreturns v1.0.6 // indirect
186-
github.com/fsnotify/fsnotify v1.7.0 // indirect
186+
github.com/fsnotify/fsnotify v1.8.0 // indirect
187187
github.com/fzipp/gocyclo v0.6.0 // indirect
188188
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
189189
github.com/ghostiam/protogetter v0.3.15 // indirect
@@ -454,16 +454,16 @@ require (
454454
go.uber.org/multierr v1.11.0 // indirect
455455
go.uber.org/zap v1.27.0 // indirect
456456
gocloud.dev v0.38.0 // indirect
457-
golang.org/x/crypto v0.37.0 // indirect
457+
golang.org/x/crypto v0.39.0 // indirect
458458
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
459459
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
460-
golang.org/x/mod v0.24.0 // indirect
461-
golang.org/x/net v0.39.0 // indirect
460+
golang.org/x/mod v0.25.0 // indirect
461+
golang.org/x/net v0.41.0 // indirect
462462
golang.org/x/oauth2 v0.28.0 // indirect
463-
golang.org/x/sync v0.13.0 // indirect
464-
golang.org/x/sys v0.32.0 // indirect
465-
golang.org/x/term v0.31.0 // indirect
466-
golang.org/x/text v0.24.0 // indirect
463+
golang.org/x/sync v0.15.0 // indirect
464+
golang.org/x/sys v0.33.0 // indirect
465+
golang.org/x/term v0.32.0 // indirect
466+
golang.org/x/text v0.26.0 // indirect
467467
golang.org/x/time v0.11.0 // indirect
468468
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
469469
google.golang.org/api v0.228.0 // indirect

0 commit comments

Comments
 (0)