You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Meng,
It's unclear to me what you're asking. Are you asking whether the path should be changed to be more idiomatic? I would have expected it to be github.com/spdx/spdx-go-model if the major version is 0 or 1; and github.com/spdx/spdx-go-model/v3 if the major version is 3.
Will
Meng Zhuo
unread,
Jan 24, 2025, 9:29:21 PM1/24/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
The spdx has it's own version for SPDX spec (i.e. v3_0_1)
If an user import spdx v2.3(with go mod version 1.0.0), he will end up import `github.com/spdx/spdx-go-model/v2_...@v1.0.0 `
That's very confusing to me.
Dan Kortschak
unread,
Jan 24, 2025, 11:36:35 PM1/24/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
On Fri, 2025-01-24 at 18:29 -0800, Meng Zhuo wrote:
> The spdx has it's own version for SPDX spec (i.e. v3_0_1)
> https://spdx.github.io/spdx-spec/v2.3/ >
> but go module's version might conflict this.
> If an user import spdx v2.3(with go mod version 1.0.0), he will end
> up import `github.com/spdx/spdx-go-model/v2_...@v1.0.0 `
>
> That's very confusing to me.