Skip to content

Commit 9f34946

Browse files
Bump gotest.tools/gotestsum from 1.9.0 to 1.12.0 (#7)
Bumps [gotest.tools/gotestsum](https://github.com/gotestyourself/gotestsum) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/gotestyourself/gotestsum/releases) - [Commits](gotestyourself/gotestsum@v1.9.0...v1.12.0) --- updated-dependencies: - dependency-name: gotest.tools/gotestsum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb13b91 commit 9f34946

File tree

2 files changed

+44
-16
lines changed

2 files changed

+44
-16
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/stretchr/testify v1.10.0
1919
golang.org/x/oauth2 v0.28.0
2020
gopkg.in/square/go-jose.v2 v2.6.0
21-
gotest.tools/gotestsum v1.9.0
21+
gotest.tools/gotestsum v1.12.0
2222
k8s.io/utils v0.0.0-20230115233650-391b47cb4029
2323
)
2424

@@ -48,6 +48,7 @@ require (
4848
github.com/ashanbrown/makezero v1.2.0 // indirect
4949
github.com/aws/aws-sdk-go v1.44.95 // indirect
5050
github.com/beorn7/perks v1.0.1 // indirect
51+
github.com/bitfield/gotestdox v0.2.2 // indirect
5152
github.com/bkielbasa/cyclop v1.2.3 // indirect
5253
github.com/blizzy78/varnamelen v0.8.0 // indirect
5354
github.com/bombsimon/wsl/v4 v4.5.0 // indirect
@@ -74,7 +75,7 @@ require (
7475
github.com/fatih/color v1.18.0 // indirect
7576
github.com/fatih/structtag v1.2.0 // indirect
7677
github.com/firefart/nonamedreturns v1.0.5 // indirect
77-
github.com/fsnotify/fsnotify v1.5.4 // indirect
78+
github.com/fsnotify/fsnotify v1.7.0 // indirect
7879
github.com/fzipp/gocyclo v0.6.0 // indirect
7980
github.com/getsentry/raven-go v0.2.0 // indirect
8081
github.com/ghostiam/protogetter v0.3.9 // indirect

0 commit comments

Comments
 (0)