mount: add go.mod#3
Conversation
The version of golang.org/x/sys corresponds to the one currently used by Moby. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
|
@thaJeztah PTAL |
|
are we sure we want mount and mountinfo to be separate modules, and to be tagged separately? (wondering how much they will evolve separately) |
The main reason to separate it was that The reason for separate tagging is this is how you do it in a repo with multiple modules (https://github.com/golang/go/wiki/Modules#faqs--multi-module-repositories). This also allows to bump a single module without affecting others. |
|
Merging to unblock tagging and CI |
The version of golang.org/x/sys corresponds to the one currently used
by Moby.
Once there, it needs to be tagged, e.g.