mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
project,vendor.mod: document more clearly that we are not a Go module
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
This commit is contained in:
@@ -47,6 +47,10 @@ 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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user