Skip to content

convert to go modules (go.mod/go.sum) #46761

@williamh

Description

@williamh

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

n/a

docker info

n/a

Additional Info

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions