mirror of https://github.com/docker/cli.git
7904c23df8
With this change, go packages/modules that use versioned
import paths (github.com/foo/bar/v2), but don't use a directory
in the repository, can now be supported.
For example:
```
github.com/coreos/go-systemd/v22 v22.0.0
```
will vendor the github.com/coreos/go-systemd repository
into `vendor/github.com/coreos/go-systemd/v22`.
full diff:
|
||
---|---|---|
.. | ||
Dockerfile.binary-native | ||
Dockerfile.cross | ||
Dockerfile.dev | ||
Dockerfile.e2e | ||
Dockerfile.lint | ||
Dockerfile.shellcheck |