From 9651bf7802fe801c33591d6deb1ded9341b426ed Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Fri, 28 Feb 2025 12:58:15 +0100 Subject: [PATCH] go.mod: retract v0.9.0 Commit 4cdcdc2 introduced two regressions in the `osxkeychain` credential helper, on `list` and `get` operations. These were addressed in: - Commit c7514a0: osxkeychain: list: do not error out when keychain is empty - Commit f4cdabf: osxkeychain: store: use Apple's proto consts Signed-off-by: Albin Kerouanton --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 27b6411..442ec2a 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/docker/docker-credential-helpers go 1.21 +retract v0.9.0 // osxkeychain: a regression caused backward-incompatibility with earlier versions + require ( github.com/danieljoos/wincred v1.2.2 github.com/keybase/go-keychain v0.0.1