mirror of https://github.com/docker/cli.git
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.0
|
||
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
|
||
|
)
|