1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30
Files
T
Sebastiaan van Stijn 3526ac5303 vendor: golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64
update to latest version

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-28 21:06:44 +02:00

9 lines
164 B
Modula-2

module github.com/docker/docker-credential-helpers
go 1.18
require (
github.com/danieljoos/wincred v1.1.2
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64
)