mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
16c3805fc7
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
9 lines
164 B
Modula-2
9 lines
164 B
Modula-2
module github.com/docker/docker-credential-helpers
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/danieljoos/wincred v1.1.2
|
|
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c
|
|
)
|