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

Merge pull request #363 from akerouanton/retract-v0.9.1

go.mod: retract v0.9.1
This commit is contained in:
Sebastiaan van Stijn
2025-03-04 17:21:35 +01:00
committed by GitHub
+4 -1
View File
@@ -2,7 +2,10 @@ 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 retract (
v0.9.1 // osxkeychain: a regression caused backward-incompatibility with earlier versions
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