@@ -13,7 +13,7 @@ require (
13
13
github.com/NYTimes/gziphandler v1.1.1
14
14
github.com/alicebob/miniredis/v2 v2.31.0
15
15
github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986
16
- github.com/aquasecurity/defsec v0.93.2-0.20231120220217-6818261529c8
16
+ github.com/aquasecurity/defsec v0.93.2-0.20231208181342-318642ac6f08
17
17
github.com/aquasecurity/go-dep-parser v0.0.0-20231120074854-8322cc2242bf
18
18
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce
19
19
github.com/aquasecurity/go-npm-version v0.0.0-20201110091526-0b796d180798
@@ -25,7 +25,7 @@ require (
25
25
github.com/aquasecurity/tml v0.6.1
26
26
github.com/aquasecurity/trivy-aws v0.5.0
27
27
github.com/aquasecurity/trivy-db v0.0.0-20231005141211-4fc651f7ac8d
28
- github.com/aquasecurity/trivy-iac v0.7.0
28
+ github.com/aquasecurity/trivy-iac v0.7.1
29
29
github.com/aquasecurity/trivy-java-db v0.0.0-20230209231723-7cddb1406728
30
30
github.com/aquasecurity/trivy-kubernetes v0.5.9-0.20231203080602-50a069120091
31
31
github.com/aquasecurity/trivy-policies v0.6.1-0.20231120231532-f6f2330bf842
@@ -52,7 +52,7 @@ require (
52
52
github.com/golang/protobuf v1.5.3
53
53
github.com/google/go-containerregistry v0.17.0
54
54
github.com/google/licenseclassifier/v2 v2.0.0
55
- github.com/google/uuid v1.3.1
55
+ github.com/google/uuid v1.4.0
56
56
github.com/google/wire v0.5.0
57
57
github.com/hashicorp/go-getter v1.7.2
58
58
github.com/hashicorp/go-multierror v1.1.1
@@ -76,7 +76,7 @@ require (
76
76
github.com/mitchellh/hashstructure/v2 v2.0.2
77
77
github.com/mitchellh/mapstructure v1.5.0
78
78
github.com/moby/buildkit v0.11.6
79
- github.com/open-policy-agent/opa v0.57 .0
79
+ github.com/open-policy-agent/opa v0.58 .0
80
80
github.com/opencontainers/go-digest v1.0.0
81
81
github.com/opencontainers/image-spec v1.1.0-rc5
82
82
github.com/openvex/go-vex v0.2.5
@@ -105,7 +105,7 @@ require (
105
105
go.uber.org/zap v1.26.0
106
106
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
107
107
golang.org/x/mod v0.14.0
108
- golang.org/x/sync v0.3 .0
108
+ golang.org/x/sync v0.4 .0
109
109
golang.org/x/term v0.14.0
110
110
golang.org/x/text v0.14.0
111
111
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
@@ -235,7 +235,7 @@ require (
235
235
github.com/emirpasic/gods v1.18.1 // indirect
236
236
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
237
237
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
238
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
238
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
239
239
github.com/go-errors/errors v1.4.2 // indirect
240
240
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
241
241
github.com/go-git/go-billy/v5 v5.5.0 // indirect
@@ -275,7 +275,7 @@ require (
275
275
github.com/hashicorp/go-uuid v1.0.3 // indirect
276
276
github.com/hashicorp/go-version v1.6.0 // indirect
277
277
github.com/hashicorp/hcl v1.0.0 // indirect
278
- github.com/hashicorp/hcl/v2 v2.18 .1 // indirect
278
+ github.com/hashicorp/hcl/v2 v2.19 .1 // indirect
279
279
github.com/huandu/xstrings v1.4.0 // indirect
280
280
github.com/imdario/mergo v0.3.15 // indirect
281
281
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -361,10 +361,10 @@ require (
361
361
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
362
362
go.mongodb.org/mongo-driver v1.11.3 // indirect
363
363
go.opencensus.io v0.24.0 // indirect
364
- go.opentelemetry.io/otel v1.16 .0 // indirect
365
- go.opentelemetry.io/otel/metric v1.16 .0 // indirect
366
- go.opentelemetry.io/otel/sdk v1.16 .0 // indirect
367
- go.opentelemetry.io/otel/trace v1.16 .0 // indirect
364
+ go.opentelemetry.io/otel v1.19 .0 // indirect
365
+ go.opentelemetry.io/otel/metric v1.19 .0 // indirect
366
+ go.opentelemetry.io/otel/sdk v1.19 .0 // indirect
367
+ go.opentelemetry.io/otel/trace v1.19 .0 // indirect
368
368
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
369
369
go.uber.org/multierr v1.11.0 // indirect
370
370
golang.org/x/crypto v0.15.0 // indirect
@@ -375,10 +375,10 @@ require (
375
375
golang.org/x/tools v0.13.0 // indirect
376
376
google.golang.org/api v0.138.0 // indirect
377
377
google.golang.org/appengine v1.6.7 // indirect
378
- google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
379
- google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
380
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
381
- google.golang.org/grpc v1.58.3 // indirect
378
+ google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
379
+ google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
380
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
381
+ google.golang.org/grpc v1.59.0 // indirect
382
382
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
383
383
gopkg.in/inf.v0 v0.9.1 // indirect
384
384
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments