DockerCLI/dockerfiles
Sebastiaan van Stijn 7904c23df8
bump vndr v0.1.0 to support versioned import paths
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: b177b583eb...v0.1.0

- LK4D4/vndr#79 Add more clear messages around clone failures
- LK4D4/vndr#80 add riscv64 support
- LK4D4/vndr#83 migrate bitbucket to api 2.0
    - fixes LK4D4/vndr#82 https://api.bitbucket.org/1.0/repositories/ww/goautoneg: 410 Gone
- LK4D4/vndr#86 Replace sort.Sort with sort.Strings
- LK4D4/vndr#87 support `github.com/coreos/go-systemd/v22`

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-27 17:28:09 +01:00
..
Dockerfile.binary-native Update Golang 1.12.15 2020-01-17 15:00:22 +01:00
Dockerfile.cross Update Golang 1.12.15 2020-01-17 15:00:22 +01:00
Dockerfile.dev bump vndr v0.1.0 to support versioned import paths 2020-01-27 17:28:09 +01:00
Dockerfile.e2e Update Golang 1.12.15 2020-01-17 15:00:22 +01:00
Dockerfile.lint Update Golang 1.12.15 2020-01-17 15:00:22 +01:00
Dockerfile.shellcheck Update to shellcheck v0.6.0 2019-02-26 15:12:52 +01:00