We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d6cddd + 50b162c commit 576efaaCopy full SHA for 576efaa
go.mod
@@ -2,7 +2,10 @@ module github.com/docker/docker-credential-helpers
2
3
go 1.21
4
5
-retract v0.9.0 // osxkeychain: a regression caused backward-incompatibility with earlier versions
+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
+)
9
10
require (
11
github.com/danieljoos/wincred v1.2.2
0 commit comments