[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Best approach to update Go packages with the version in the go import path



On Thu, Jun 18, 2020 at 5:31 PM Shengjing Zhu <zhsj@debian.org> wrote:
[...]
>
> Because the version of gotestum in debian:
> 1. have go.mod
> 2. and declare it wants v2
> See https://salsa.debian.org/go-team/packages/gotestsum/-/blob/debian/0.4.0-2/go.mod
>
> It only works when:
> 1. it has go.mod
> 2. and declare it wants v3 or don't declare it want any version.
>

or it:
1. does not have go.mod
2. use gotest.tools, no gotest.tools/v3

-- 
Shengjing Zhu


Reply to: