Skip to content

Commit f3197ff

Browse files
authored
Merge pull request #128 from github/ashelytc/release
Prepare for 2.3.6 release
2 parents f6a8388 + b476559 commit f3197ff

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<sub>[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected].5/spdxexp.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected].5/spdxexp) spdxexp</sub> <br>
2-
<sub>[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected].5/spdxexp/spdxlicenses.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected].5/spdxexp/spdxlicenses) spdxlicenses</sub>
1+
<sub>[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected].6/spdxexp.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected].6/spdxexp) spdxexp</sub> <br>
2+
<sub>[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected].6/spdxexp/spdxlicenses.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected].6/spdxexp/spdxlicenses) spdxlicenses</sub>
33

44
# go-spdx
55

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@ require github.com/stretchr/testify v1.8.1
99
require (
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
1712
gopkg.in/yaml.v3 v3.0.1 // indirect
1813
)

go.sum

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
1010
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
1111
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
1212
github.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=
2313
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
2414
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2515
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)