vendor: replace vndr with go mod vendor

- use `vendor.mod` instead of `go.mod` to avoid issues to do with
  use of CalVer, not SemVer
- ensure most of the dependency versions do not change
  - only zookeeper client has to change (via docker/libkv#218) as
    previously used version is no longer maintained and has missing
    dependencies

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Ilya Dmitrichenko
2021-12-15 19:35:04 +00:00
committed by Sebastiaan van Stijn
parent 79651b7a97
commit a46f968229
13 changed files with 975 additions and 223 deletions

View File

@@ -32,7 +32,7 @@ build, so the source of truth for the current version of each dependency is
whatever is in "./vendor".
If you would rather (or must, due to distro policy) package these dependencies
yourself, take a look at "vendor.conf" for an easy-to-parse list of the
yourself, take a look at "vendor.mod" for an easy-to-parse list of the
exact version for each.
## Stripping Binaries