Description
Currently, this repo has vendor.mod/vendor.sum which look like they could be go.mod/go.sum.
However, I find the following comment in vendor.mod.
// 'vendor.mod' enables use of 'go mod vendor' to managed 'vendor/' directory.
// There is no 'go.mod' file, as that would imply opting in for all the rules
// around SemVer, which this repo cannot abide by as it uses CalVer.
Can you comment on what CalVer is, and whether I can treat vendor.mod/sum as go.mod/sum when I build this repo?
Also, I am curious about your plans. Are you planning to move to go.mod/go.sum in this repo?
Making this move or being able to treat vendor.mod/sum as go.mod/sum down stream would make downstream building much easier.
Thanks for your time.
William
Reproduce
n/a
Expected behavior
Using go modules is the simplest way to build go programs these days.
docker version
docker info
Additional Info
No response
Description
Currently, this repo has vendor.mod/vendor.sum which look like they could be go.mod/go.sum.
However, I find the following comment in vendor.mod.
Can you comment on what CalVer is, and whether I can treat vendor.mod/sum as go.mod/sum when I build this repo?
Also, I am curious about your plans. Are you planning to move to go.mod/go.sum in this repo?
Making this move or being able to treat vendor.mod/sum as go.mod/sum down stream would make downstream building much easier.
Thanks for your time.
William
Reproduce
n/a
Expected behavior
Using go modules is the simplest way to build go programs these days.
docker version
docker info
Additional Info
No response