mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
f7d32862eb
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
159 B
Modula-2
9 lines
159 B
Modula-2
module github.com/docker/docker-credential-helpers
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/danieljoos/wincred v1.0.0
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
)
|