From 50b162c340d440729d3170209a8a226715639a42 Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Fri, 28 Feb 2025 19:31:38 +0100 Subject: [PATCH] go.mod: retract v0.9.1 `osxkeychain` in v0.9.1 still doesn't list credentials as prior versions did. We're retracting this version too. Signed-off-by: Albin Kerouanton --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 442ec2a..22a7c92 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,10 @@ module github.com/docker/docker-credential-helpers go 1.21 -retract v0.9.0 // osxkeychain: a regression caused backward-incompatibility with earlier versions +retract ( + v0.9.1 // osxkeychain: a regression caused backward-incompatibility with earlier versions + v0.9.0 // osxkeychain: a regression caused backward-incompatibility with earlier versions +) require ( github.com/danieljoos/wincred v1.2.2