A collection of common packages.
- github.com/listendev/pkg/analysisrequest
- github.com/listendev/pkg/apispec
- github.com/listendev/pkg/detection/type
- github.com/listendev/pkg/ecosystem
- github.com/listendev/pkg/informational/type
- github.com/listendev/pkg/lockfile
- github.com/listendev/pkg/manifest
- github.com/listendev/pkg/map/util
- github.com/listendev/pkg/models
- github.com/listendev/pkg/npm
- github.com/listendev/pkg/observability
- github.com/listendev/pkg/pypi
- github.com/listendev/pkg/rand
- github.com/listendev/pkg/string/util
- github.com/listendev/pkg/type
- github.com/listendev/pkg/validate
- github.com/listendev/pkg/verdictcode
go install golang.org/x/tools/cmd/stringer@latest
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@master # Use master branch
go generate -x ./verdictcode
go generate -x ./ecosystem
go generate -x ./models/category
go generate -x ./models/severity
go generate -x ./models
go generate -x ./lockfile
go generate -x ./manifest
go generate -x ./apispec
go generate -x ./detection/type
go generate -x ./informational/type