mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
go.mod: retract v0.9.0
Commit4cdcdc2introduced two regressions in the `osxkeychain` credential helper, on `list` and `get` operations. These were addressed in: - Commitc7514a0: osxkeychain: list: do not error out when keychain is empty - Commitf4cdabf: osxkeychain: store: use Apple's proto consts Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
@@ -2,6 +2,8 @@ module github.com/docker/docker-credential-helpers
|
|||||||
|
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
|
retract v0.9.0 // osxkeychain: a regression caused backward-incompatibility with earlier versions
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/danieljoos/wincred v1.2.2
|
github.com/danieljoos/wincred v1.2.2
|
||||||
github.com/keybase/go-keychain v0.0.1
|
github.com/keybase/go-keychain v0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user