1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

vendor: github.com/danieljoos/wincred v1.2.3

fix unsafe uintptr usage to be GC-safe on go1.25

full diff: https://github.com/danieljoos/wincred/compare/v1.2.2...v1.2.3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-10-02 20:03:44 +02:00
parent d4602cd917
commit 53f7bdc3fa
5 changed files with 19 additions and 22 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ retract (
)
require (
github.com/danieljoos/wincred v1.2.2
github.com/danieljoos/wincred v1.2.3
github.com/keybase/go-keychain v0.0.1
)