vendor: gotest.tools/v3 v3.5.2
- un-deprecates `assert.ErrorType`, `cmp.ErrorType` - assert: ensure message is always displayed and fix under bazel - poll: Continue(): use format.Message for formatting - fix TestFromDirSymlink on Windows due to missing drive-letter - fix various linting issues and minor bugs full diff: https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -53,7 +53,7 @@ require (
|
||||
golang.org/x/term v0.27.0
|
||||
golang.org/x/text v0.21.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
gotest.tools/v3 v3.5.1
|
||||
gotest.tools/v3 v3.5.2
|
||||
tags.cncf.io/container-device-interface v0.8.0
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user