File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1- <sub >[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/github/go-spdx/v2@v2.3.4 /spdxexp.svg )] ( https://pkg.go.dev/github.com/github/go-spdx/v2@v2.3.4 /spdxexp ) spdxexp</sub > <br >
2- <sub >[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/github/go-spdx/v2@v2.3.4 /spdxexp/spdxlicenses.svg )] ( https://pkg.go.dev/github.com/github/go-spdx/v2@v2.3.4 /spdxexp/spdxlicenses ) spdxlicenses</sub >
1+ <sub >[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/github/go-spdx/v2@v2.3.5 /spdxexp.svg )] ( https://pkg.go.dev/github.com/github/go-spdx/v2@v2.3.5 /spdxexp ) spdxexp</sub > <br >
2+ <sub >[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/github/go-spdx/v2@v2.3.5 /spdxexp/spdxlicenses.svg )] ( https://pkg.go.dev/github.com/github/go-spdx/v2@v2.3.5 /spdxexp/spdxlicenses ) spdxlicenses</sub >
33
44# go-spdx
55
Original file line number Diff line number Diff line change @@ -2,12 +2,17 @@ module github.com/github/go-spdx/v2
22
33retract v2.3.0 // Compatibility issues with go 1.22
44
5- go 1.21
5+ go 1.24
66
77require github.com/stretchr/testify v1.8.1
88
99require (
1010 github.com/davecgh/go-spew v1.1.1 // indirect
1111 github.com/pmezard/go-difflib v1.0.0 // indirect
12+ github.com/yuin/goldmark v1.7.13 // indirect
13+ golang.org/x/mod v0.27.0 // indirect
14+ golang.org/x/tools v0.36.1-0.20250903222949-a5c0eb837c9f // indirect
15+ golang.org/x/tools/cmd/godoc v0.1.0-deprecated // indirect
16+ golang.org/x/tools/godoc v0.1.0-deprecated // indirect
1217 gopkg.in/yaml.v3 v3.0.1 // indirect
1318)
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
1010github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
1111github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk =
1212github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
13+ github.com/yuin/goldmark v1.7.13 h1:GPddIs617DnBLFFVJFgpo1aBfe/4xcvMc3SB5t/D0pA =
14+ github.com/yuin/goldmark v1.7.13 /go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg =
15+ golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ =
16+ golang.org/x/mod v0.27.0 /go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc =
17+ golang.org/x/tools v0.36.1-0.20250903222949-a5c0eb837c9f h1:jDEaVlf+r7N8Re8Es5pGylGkfnqcx9dfUCsd1T+biTs =
18+ golang.org/x/tools v0.36.1-0.20250903222949-a5c0eb837c9f /go.mod h1:n+8pplxVZfXnmHBxWsfPnQRJ5vWroQDk+U2MFpjwtFY =
19+ golang.org/x/tools/cmd/godoc v0.1.0-deprecated h1:sEGTwp9aZNTHsdf/2BGaRqE4ZLndRVH17rbQ2OVun9Q =
20+ golang.org/x/tools/cmd/godoc v0.1.0-deprecated /go.mod h1:J6VY4iFch6TIm456U3fnw1EJZaIqcYlhHu6GpHQ9HJk =
21+ golang.org/x/tools/godoc v0.1.0-deprecated h1:o+aZ1BOj6Hsx/GBdJO/s815sqftjSnrZZwyYTHODvtk =
22+ golang.org/x/tools/godoc v0.1.0-deprecated /go.mod h1:qM63CriJ961IHWmnWa9CjZnBndniPt4a3CK0PVB9bIg =
1323gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1424gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1525gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments