forked from google/osv-scalibr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (29 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/google/osv-scalibr
go 1.22
require (
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
github.com/erikvarga/go-rpmdb v0.0.0-20240208180226-b97e041ef9af
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.6.0
github.com/google/osv-scanner v1.7.1
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.22
github.com/package-url/packageurl-go v0.1.2
github.com/spdx/tools-golang v0.5.3
go.uber.org/multierr v1.11.0
golang.org/x/crypto v0.22.0
golang.org/x/vuln v1.0.4
google.golang.org/protobuf v1.33.0
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9 // indirect
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/tools v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)