DockerCLI/internal/test
Kir Kolyshkin fa30284bd4 Switch from pkg/errors to %w part 2
The github.com/pkg/errors is mostly obsoleted since Go 1.13 introduced
%w-style error wrapping. It is also not maintained and is now archived
by the owner. Let's switch to %s-style error wrapping.

Generated by

	git ls-files *.go | grep -v '^vendor/' | xargs go-wrap-to-percent-w -w

using https://github.com/AkihiroSuda/go-wrap-to-percent-w tool.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2024-10-09 17:11:34 -07:00
..
builders replace uses of deprecated API types 2024-07-04 15:22:18 +02:00
environment Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
network vendor: github.com/docker/docker c6aaabc9fc82 (master / v27.0.0-dev) 2024-06-05 16:29:55 +02:00
notary internal/test/notary: remove name for unused arg (revive) 2023-03-30 17:22:10 +02:00
output Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
cli.go cli: Wrap Err stream 2024-06-11 17:59:48 +02:00
cmd.go feat: global signal handling with context cancellation 2024-06-07 16:56:34 +02:00
doc.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2022-07-19 19:10:16 +02:00
store.go Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
strings.go golangci-lint: enable thelper linter 2023-11-20 16:02:17 +01:00
writer.go feat: standardize error for prompt 2024-03-26 14:11:55 +01:00