Skip to content

Commit 576efaa

Browse files
authored
Merge pull request #363 from akerouanton/retract-v0.9.1
go.mod: retract v0.9.1
2 parents 9d6cddd + 50b162c commit 576efaa

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)