@@ -20,7 +20,7 @@ require (
20
20
github.com/aquasecurity/testdocker v0.0.0-20230111101738-e741bda259da
21
21
github.com/aquasecurity/tml v0.6.1
22
22
github.com/aquasecurity/trivy-db v0.0.0-20230116084806-4bcdf1c414d0
23
- github.com/aquasecurity/trivy-java-db v0.0.0-20230201134457-514a75965135
23
+ github.com/aquasecurity/trivy-java-db v0.0.0-20230209231723-7cddb1406728
24
24
github.com/aquasecurity/trivy-kubernetes v0.3.1-0.20230124152305-a266786d8ded
25
25
github.com/aws/aws-sdk-go v1.44.171
26
26
github.com/aws/aws-sdk-go-v2 v1.17.3
@@ -65,7 +65,7 @@ require (
65
65
github.com/secure-systems-lab/go-securesystemslib v0.4.0
66
66
github.com/sigstore/rekor v1.0.1
67
67
github.com/sosedoff/gitkit v0.3.0
68
- github.com/spf13/cobra v1.6.0
68
+ github.com/spf13/cobra v1.6.1
69
69
github.com/spf13/pflag v1.0.5
70
70
github.com/spf13/viper v1.14.0
71
71
github.com/stretchr/testify v1.8.1
@@ -80,19 +80,7 @@ require (
80
80
google.golang.org/protobuf v1.28.1
81
81
gopkg.in/yaml.v3 v3.0.1
82
82
k8s.io/utils v0.0.0-20230115233650-391b47cb4029
83
- )
84
-
85
- require (
86
- github.com/dustin/go-humanize v1.0.1 // indirect
87
- github.com/glebarez/go-sqlite v1.20.3 // indirect
88
- github.com/glebarez/sqlite v1.6.0 // indirect
89
- github.com/jinzhu/inflection v1.0.0 // indirect
90
- github.com/jinzhu/now v1.1.5 // indirect
91
- github.com/mattn/go-sqlite3 v1.14.16 // indirect
92
- github.com/moby/patternmatcher v0.5.0 // indirect
93
- github.com/moby/sys/sequential v0.5.0 // indirect
94
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
95
- gorm.io/gorm v1.24.3 // indirect
83
+ modernc.org/sqlite v1.20.3
96
84
)
97
85
98
86
require (
@@ -204,6 +192,7 @@ require (
204
192
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
205
193
github.com/docker/go-metrics v0.0.1 // indirect
206
194
github.com/docker/go-units v0.5.0 // indirect
195
+ github.com/dustin/go-humanize v1.0.1 // indirect
207
196
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
208
197
github.com/emirpasic/gods v1.12.0 // indirect
209
198
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
@@ -258,6 +247,7 @@ require (
258
247
github.com/jmoiron/sqlx v1.3.5 // indirect
259
248
github.com/josharian/intern v1.0.0 // indirect
260
249
github.com/json-iterator/go v1.1.12 // indirect
250
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
261
251
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
262
252
github.com/klauspost/compress v1.15.12 // indirect
263
253
github.com/knqyf263/go-rpmdb v0.0.0-20230201142403-697bc51b3948
@@ -274,6 +264,7 @@ require (
274
264
github.com/mattn/go-colorable v0.1.12 // indirect
275
265
github.com/mattn/go-isatty v0.0.17 // indirect
276
266
github.com/mattn/go-runewidth v0.0.13 // indirect
267
+ github.com/mattn/go-sqlite3 v1.14.16 // indirect
277
268
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
278
269
github.com/microsoft/go-rustaudit v0.0.0-20220808201409-204dfee52032 // indirect
279
270
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -284,8 +275,10 @@ require (
284
275
github.com/mitchellh/reflectwalk v1.0.2 // indirect
285
276
github.com/moby/buildkit v0.11.0
286
277
github.com/moby/locker v1.0.1 // indirect
278
+ github.com/moby/patternmatcher v0.5.0 // indirect
287
279
github.com/moby/spdystream v0.2.0 // indirect
288
280
github.com/moby/sys/mountinfo v0.6.2 // indirect
281
+ github.com/moby/sys/sequential v0.5.0 // indirect
289
282
github.com/moby/sys/signal v0.7.0 // indirect
290
283
github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f // indirect
291
284
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -315,6 +308,7 @@ require (
315
308
github.com/remyoudompheng/bigfft v0.0.0-20230126093431-47fa9a501578 // indirect
316
309
github.com/rivo/uniseg v0.2.0 // indirect
317
310
github.com/rubenv/sql-migrate v1.1.2 // indirect
311
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
318
312
github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e
319
313
github.com/sergi/go-diff v1.1.0 // indirect
320
314
github.com/shibumi/go-pathspec v1.3.0 // indirect
@@ -375,10 +369,15 @@ require (
375
369
k8s.io/klog/v2 v2.80.1 // indirect
376
370
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
377
371
k8s.io/kubectl v0.26.1 // indirect
372
+ lukechampine.com/uint128 v1.2.0 // indirect
373
+ modernc.org/cc/v3 v3.40.0 // indirect
374
+ modernc.org/ccgo/v3 v3.16.13 // indirect
378
375
modernc.org/libc v1.22.2 // indirect
379
376
modernc.org/mathutil v1.5.0 // indirect
380
377
modernc.org/memory v1.5.0 // indirect
381
- modernc.org/sqlite v1.20.3 // indirect
378
+ modernc.org/opt v0.1.3 // indirect
379
+ modernc.org/strutil v1.1.3 // indirect
380
+ modernc.org/token v1.0.1 // indirect
382
381
oras.land/oras-go v1.2.0 // indirect
383
382
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
384
383
sigs.k8s.io/kustomize/api v0.12.1 // indirect
0 commit comments