Skip to content

Commit 9651bf7

Browse files
committed
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 <[email protected]>
1 parent 26274da commit 9651bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/docker/docker-credential-helpers
22

33
go 1.21
44

5+
retract v0.9.0 // osxkeychain: a regression caused backward-incompatibility with earlier versions
6+
57
require (
68
github.com/danieljoos/wincred v1.2.2
79
github.com/keybase/go-keychain v0.0.1

0 commit comments

Comments
 (0)