vendor: github.com/docker/cli v28.0.0-rc.3

no significant changes, only linting fixes

full diff: https://github.com/docker/cli/compare/v28.0.0-rc.2...v28.0.0-rc.3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-02-19 13:39:40 +01:00
parent 352ce7e875
commit b973de2dd3
29 changed files with 60 additions and 49 deletions
+2 -2
View File
@@ -24,10 +24,10 @@ func (a noColor) With(_ ...aec.ANSI) aec.ANSI {
return a
}
func (a noColor) Apply(s string) string {
func (noColor) Apply(s string) string {
return s
}
func (a noColor) String() string {
func (noColor) String() string {
return ""
}