Skip to content

Commit 50b162c

Browse files
committed
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 <[email protected]>
1 parent 833d2c3 commit 50b162c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ 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
5+
retract (
6+
v0.9.1 // osxkeychain: a regression caused backward-incompatibility with earlier versions
7+
v0.9.0 // osxkeychain: a regression caused backward-incompatibility with earlier versions
8+
)
69

710
require (
811
github.com/danieljoos/wincred v1.2.2

0 commit comments

Comments
 (0)