Convert machine from go dep to go mod#30
Convert machine from go dep to go mod#30afbjorklund wants to merge 1 commit intoboot2podman:masterfrom
Conversation
|
Outside of showing the vendored packages are the exact same (except for non-golang files removed), is there any reason to include what's in the |
|
In this case, that was the point... Otherwise the main reason is so that you can build using the only the tarball for one module, without having to download the internet using git. But it's not really needed in the git repository, more when making dist files or so ? See https://golang.org/ref/mod#build-commands I think podman uses vendor ? You will also find that it is a bit picky about what is in the vendor directory. For instance, now I would get this error instead:
When using go1.15, even though it was happy with go1.11. So the next step would be to maybe lift the go version a bit... |
No description provided.