blob: 17a180b0e5a6baa0c895d756020fcf7b27a7ad89 [file] [edit]
module github.com/spdx/tools-golang
go 1.22
require (
github.com/anchore/go-struct-converter v0.1.0
github.com/google/go-cmp v0.7.0
github.com/spdx/gordf v0.0.0-20201111095634-7098f93598fb
github.com/stretchr/testify v1.11.1
sigs.k8s.io/yaml v1.6.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)