remove references to "vendor.mod"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-08-06 16:18:03 +02:00
parent 33badcff70
commit df3aea43aa
10 changed files with 11 additions and 33 deletions

View File

@@ -39,18 +39,14 @@ The Dockerfile contains the most up-to-date list of build-time dependencies.
### Go Dependencies
All Go dependencies are vendored under "./vendor". They are used by the official
build, so the source of truth for the current version of each dependency is
whatever is in "./vendor".
All Go dependencies to build the daemon and related binaries are vendored
under "./vendor". They are used by the official 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.mod" for an easy-to-parse list of the
yourself, take a look at "go.mod" for an easy-to-parse list of the
exact version for each.
Note that this project is **not** a Go module. To properly build the project,
`GOPATH` mode must be used. The project is migrating to Go modules, but `vendor.mod`
should not be interchanged with `go.mod` until this transition is complete.
## Stripping Binaries
Please, please, please do not strip any compiled binaries. This is really