File: go.mod

package info (click to toggle)
golang-github-spdx-tools-golang 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,252 kB
  • sloc: xml: 428; makefile: 22; ansic: 5; python: 2
file content (11 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/spdx/tools-golang

go 1.13

require (
	github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092
	github.com/google/go-cmp v0.6.0
	github.com/spdx/gordf v0.0.0-20201111095634-7098f93598fb
	github.com/stretchr/testify v1.9.0
	sigs.k8s.io/yaml v1.4.0
)