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 26274da + 9651bf7 commit 833d2c3Copy full SHA for 833d2c3
go.mod
@@ -2,6 +2,8 @@ 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
6
+
7
require (
8
github.com/danieljoos/wincred v1.2.2
9
github.com/keybase/go-keychain v0.0.1
0 commit comments