mirror of
https://github.com/docker/cli.git
synced 2026-08-24 10:05:37 -05:00
While the "-modfile=vendor.mod" is slightly more correct, using a symlink allows for most of the go tools to work "as usual", just without an acual `go.mod` being committed in the repository. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>