1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30
Files
docker-credential-helpers/go.mod
T
Sebastiaan van Stijn f7d32862eb Add go.mod, and vendor wincred v1.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-21 20:08:59 +00:00

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
)