DockerCLI/cli
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
..
command Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
compose Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
config Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
connhelper Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
context Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
debug command: include default otel error handler for the cli 2024-04-03 12:01:28 -05:00
flags cli: move "config" flag to cli/flags/ClientOptions.InstallFlags() 2023-06-28 16:04:09 +02:00
hints login: Add message about using PATs 2023-08-03 10:35:04 +02:00
internal/oauth Merge pull request #5376 from laurazard/fix-oauth-login-timer 2024-09-03 13:14:54 +02:00
manifest Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
registry/client Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
streams cli/streams: minor refactoring and docs touch-ups 2023-04-03 11:27:26 +02:00
trust Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
version Move versioning variables to a separate package. 2019-01-29 11:26:40 +00:00
winresources Use goversioninfo to create Windows Version Info 2021-10-11 16:54:22 +02:00
cobra.go Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
cobra_test.go cli: use custom annotation for aliases 2022-06-28 17:32:09 +02:00
error.go cli: make cli.StatusError slightly prettier 2024-07-04 22:08:18 +02:00
required.go Switch from pkg/errors to %w part 2 2024-10-09 17:11:34 -07:00
required_test.go cli: improve argument validation output 2024-07-05 03:35:14 +02:00