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
2023-04-16 12:07:42 +02:00

9 lines
136 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.7.0
)