@@ -3,41 +3,41 @@ module github.com/google/osv-scanner
3
3
go 1.23.5
4
4
5
5
require (
6
- deps.dev/api/v3 v3.0.0-20241223232618-f8b47b9fbbab
7
- deps.dev/util/maven v0.0.0-20241223234259-3e2fcc756990
8
- deps.dev/util/resolve v0.0.0-20241223234119-d36e05e6460f
9
- deps.dev/util/semver v0.0.0-20241223233905-018358ffdd50
6
+ deps.dev/api/v3 v3.0.0-20250114022823-c1ebdca3d00a
7
+ deps.dev/util/maven v0.0.0-20250114022823-c1ebdca3d00a
8
+ deps.dev/util/resolve v0.0.0-20250114022823-c1ebdca3d00a
9
+ deps.dev/util/semver v0.0.0-20250114022823-c1ebdca3d00a
10
10
github.com/BurntSushi/toml v1.4.0
11
11
github.com/CycloneDX/cyclonedx-go v0.9.2
12
12
github.com/charmbracelet/bubbles v0.20.0
13
13
github.com/charmbracelet/bubbletea v1.2.4
14
14
github.com/charmbracelet/glamour v0.8.0
15
15
github.com/charmbracelet/lipgloss v1.0.0
16
- github.com/gkampitakis/go-snaps v0.5.7
17
- github.com/go-git/go-billy/v5 v5.6.0
18
- github.com/go-git/go-git/v5 v5.13.0
16
+ github.com/gkampitakis/go-snaps v0.5.8
17
+ github.com/go-git/go-billy/v5 v5.6.2
18
+ github.com/go-git/go-git/v5 v5.13.1
19
19
github.com/google/go-cmp v0.6.0
20
20
github.com/google/osv-scalibr v0.1.6-0.20250120233754-46a5374f26ee
21
21
github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd
22
22
github.com/jedib0t/go-pretty/v6 v6.6.5
23
23
github.com/muesli/reflow v0.3.0
24
24
github.com/opencontainers/go-digest v1.0.0
25
- github.com/ossf/osv-schema/bindings/go v0.0.0-20241210213101-57fd3ddb15aa
25
+ github.com/ossf/osv-schema/bindings/go v0.0.0-20250120003634-8059be3f33a9
26
26
github.com/owenrumney/go-sarif/v2 v2.3.3
27
27
github.com/package-url/packageurl-go v0.1.3
28
28
github.com/pandatix/go-cvss v0.6.2
29
29
github.com/tidwall/gjson v1.18.0
30
30
github.com/tidwall/pretty v1.2.1
31
31
github.com/tidwall/sjson v1.2.5
32
32
github.com/urfave/cli/v2 v2.27.5
33
- golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
33
+ golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
34
34
golang.org/x/mod v0.22.0
35
- golang.org/x/net v0.33 .0
35
+ golang.org/x/net v0.34 .0
36
36
golang.org/x/sync v0.10.0
37
- golang.org/x/term v0.27 .0
37
+ golang.org/x/term v0.28 .0
38
38
golang.org/x/vuln v1.0.4
39
- google.golang.org/grpc v1.69.2
40
- google.golang.org/protobuf v1.36.1
39
+ google.golang.org/grpc v1.69.4
40
+ google.golang.org/protobuf v1.36.3
41
41
gopkg.in/ini.v1 v1.67.0
42
42
gopkg.in/yaml.v3 v3.0.1
43
43
)
@@ -67,7 +67,7 @@ require (
67
67
github.com/containerd/ttrpc v1.2.4 // indirect
68
68
github.com/containerd/typeurl/v2 v2.1.1 // indirect
69
69
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
70
- github.com/cyphar/filepath-securejoin v0.2.5 // indirect
70
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
71
71
github.com/davecgh/go-spew v1.1.1 // indirect
72
72
github.com/deitch/magic v0.0.0-20240306090643-c67ab88f10cb // indirect
73
73
github.com/dlclark/regexp2 v1.11.0 // indirect
@@ -79,12 +79,13 @@ require (
79
79
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
80
80
github.com/erikvarga/go-rpmdb v0.0.0-20240208180226-b97e041ef9af // indirect
81
81
github.com/felixge/httpsnoop v1.0.3 // indirect
82
- github.com/gkampitakis/ciinfo v0.3.0 // indirect
82
+ github.com/gkampitakis/ciinfo v0.3.1 // indirect
83
83
github.com/gkampitakis/go-diff v1.3.2 // indirect
84
84
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
85
85
github.com/go-logr/logr v1.4.2 // indirect
86
86
github.com/go-logr/stdr v1.2.2 // indirect
87
87
github.com/gobwas/glob v0.2.3 // indirect
88
+ github.com/goccy/go-yaml v1.15.13 // indirect
88
89
github.com/gogo/protobuf v1.3.2 // indirect
89
90
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
90
91
github.com/google/go-containerregistry v0.20.2 // indirect
@@ -118,7 +119,7 @@ require (
118
119
github.com/pjbgf/sha1cd v0.3.0 // indirect
119
120
github.com/pkg/errors v0.9.1 // indirect
120
121
github.com/rivo/uniseg v0.4.7 // indirect
121
- github.com/rogpeppe/go-internal v1.12.0 // indirect
122
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
122
123
github.com/russross/blackfriday/v2 v2.1.0 // indirect
123
124
github.com/sahilm/fuzzy v0.1.1 // indirect
124
125
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
@@ -139,10 +140,10 @@ require (
139
140
go.opentelemetry.io/otel/metric v1.31.0 // indirect
140
141
go.opentelemetry.io/otel/trace v1.31.0 // indirect
141
142
go.uber.org/multierr v1.11.0 // indirect
142
- golang.org/x/crypto v0.31 .0 // indirect
143
- golang.org/x/sys v0.28 .0 // indirect
143
+ golang.org/x/crypto v0.32 .0 // indirect
144
+ golang.org/x/sys v0.29 .0 // indirect
144
145
golang.org/x/text v0.21.0 // indirect
145
- golang.org/x/tools v0.28 .0 // indirect
146
+ golang.org/x/tools v0.29 .0 // indirect
146
147
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
147
148
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
148
149
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
0 commit comments