@@ -6,14 +6,15 @@ require (
6
6
github.com/CycloneDX/cyclonedx-go v0.6.0
7
7
github.com/Masterminds/sprig/v3 v3.2.2
8
8
github.com/NYTimes/gziphandler v1.1.1
9
+ github.com/alicebob/miniredis/v2 v2.21.0
9
10
github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986
10
- github.com/aquasecurity/fanal v0.0.0-20220615115521-e411bc995c6d
11
11
github.com/aquasecurity/go-dep-parser v0.0.0-20220607141748-ab2deea55bdf
12
12
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce
13
13
github.com/aquasecurity/go-npm-version v0.0.0-20201110091526-0b796d180798
14
14
github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46
15
15
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492
16
16
github.com/aquasecurity/table v1.5.1
17
+ github.com/aquasecurity/testdocker v0.0.0-20210911155206-e1e85f5a1516
17
18
github.com/aquasecurity/trivy-db v0.0.0-20220602091213-39d8a6798e07
18
19
github.com/aquasecurity/trivy-kubernetes v0.3.1-0.20220613131930-79b2cb425b18
19
20
github.com/caarlos0/env/v6 v6.9.3
@@ -23,6 +24,7 @@ require (
23
24
github.com/docker/go-connections v0.4.0
24
25
github.com/fatih/color v1.13.0
25
26
github.com/go-redis/redis/v8 v8.11.5
27
+ github.com/golang-jwt/jwt v3.2.2+incompatible
26
28
github.com/golang/protobuf v1.5.2
27
29
github.com/google/go-containerregistry v0.7.1-0.20211214010025-a65b7844a475
28
30
github.com/google/uuid v1.3.0
@@ -31,13 +33,15 @@ require (
31
33
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
32
34
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
33
35
github.com/knqyf263/go-rpm-version v0.0.0-20170716094938-74609b86c936
36
+ github.com/kylelemons/godebug v1.1.0
34
37
github.com/mailru/easyjson v0.7.6
35
38
github.com/masahiro331/go-mvn-version v0.0.0-20210429150710-d3157d602a08
36
39
github.com/mitchellh/hashstructure/v2 v2.0.2
37
40
github.com/open-policy-agent/opa v0.41.0
38
41
github.com/owenrumney/go-sarif/v2 v2.1.1
39
42
github.com/package-url/packageurl-go v0.1.1-0.20220203205134-d70459300c8a
40
43
github.com/samber/lo v1.21.0
44
+ github.com/sosedoff/gitkit v0.3.0
41
45
github.com/stretchr/testify v1.7.2
42
46
github.com/testcontainers/testcontainers-go v0.13.0
43
47
github.com/tetratelabs/wazero v0.0.0-20220606011721-119b069ba23e
@@ -52,21 +56,27 @@ require (
52
56
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
53
57
)
54
58
59
+ require (
60
+ github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
61
+ github.com/gofrs/uuid v4.0.0+incompatible // indirect
62
+ github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
63
+ )
64
+
55
65
require (
56
66
cloud.google.com/go v0.99.0 // indirect
57
67
cloud.google.com/go/storage v1.14.0 // indirect
58
- github.com/Azure/azure-sdk-for-go v65.0.0+incompatible // indirect
68
+ github.com/Azure/azure-sdk-for-go v65.0.0+incompatible
59
69
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
60
70
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
61
- github.com/Azure/go-autorest/autorest v0.11.27 // indirect
62
- github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
63
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 // indirect
71
+ github.com/Azure/go-autorest/autorest v0.11.27
72
+ github.com/Azure/go-autorest/autorest/adal v0.9.20
73
+ github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
64
74
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
65
75
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
66
76
github.com/Azure/go-autorest/logger v0.2.1 // indirect
67
77
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
68
78
github.com/BurntSushi/toml v1.1.0 // indirect
69
- github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible // indirect
79
+ github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible
70
80
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
71
81
github.com/Masterminds/goutils v1.1.1 // indirect
72
82
github.com/Masterminds/semver v1.5.0 // indirect
@@ -85,9 +95,9 @@ require (
85
95
github.com/alecthomas/chroma v0.10.0 // indirect
86
96
github.com/apparentlymart/go-cidr v1.1.0 // indirect
87
97
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
88
- github.com/aquasecurity/defsec v0.68.1 // indirect
98
+ github.com/aquasecurity/defsec v0.68.1
89
99
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
90
- github.com/aws/aws-sdk-go v1.44.25 // indirect
100
+ github.com/aws/aws-sdk-go v1.44.25
91
101
github.com/beorn7/perks v1.0.1 // indirect
92
102
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
93
103
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -99,12 +109,12 @@ require (
99
109
github.com/container-orchestrated-devices/container-device-interface v0.3.1 // indirect
100
110
github.com/containerd/cgroups v1.0.3 // indirect
101
111
github.com/containerd/console v1.0.3 // indirect
102
- github.com/containerd/containerd v1.6.4 // indirect
112
+ github.com/containerd/containerd v1.6.4
103
113
github.com/containerd/continuity v0.3.0 // indirect
104
114
github.com/containerd/fifo v1.0.0 // indirect
105
115
github.com/containerd/go-cni v1.1.6 // indirect
106
116
github.com/containerd/imgcrypt v1.1.5-0.20220421044638-8ba028dca028 // indirect
107
- github.com/containerd/nerdctl v0.20.0 // indirect
117
+ github.com/containerd/nerdctl v0.20.0
108
118
github.com/containerd/stargz-snapshotter v0.11.4 // indirect
109
119
github.com/containerd/stargz-snapshotter/estargz v0.11.4 // indirect
110
120
github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3 // indirect
@@ -131,7 +141,7 @@ require (
131
141
github.com/go-errors/errors v1.0.1 // indirect
132
142
github.com/go-git/gcfg v1.5.0 // indirect
133
143
github.com/go-git/go-billy/v5 v5.3.1 // indirect
134
- github.com/go-git/go-git/v5 v5.4.2 // indirect
144
+ github.com/go-git/go-git/v5 v5.4.2
135
145
github.com/go-gorp/gorp/v3 v3.0.2 // indirect
136
146
github.com/go-logr/logr v1.2.3 // indirect
137
147
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -172,8 +182,8 @@ require (
172
182
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
173
183
github.com/klauspost/compress v1.15.1 // indirect
174
184
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
175
- github.com/knqyf263/go-rpmdb v0.0.0-20220607073645-842f01763e21 // indirect
176
- github.com/knqyf263/nested v0.0.1 // indirect
185
+ github.com/knqyf263/go-rpmdb v0.0.0-20220607073645-842f01763e21
186
+ github.com/knqyf263/nested v0.0.1
177
187
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
178
188
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
179
189
github.com/liamg/iamgo v0.0.6 // indirect
@@ -195,7 +205,7 @@ require (
195
205
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
196
206
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
197
207
github.com/mitchellh/reflectwalk v1.0.2 // indirect
198
- github.com/moby/buildkit v0.10.3 // indirect
208
+ github.com/moby/buildkit v0.10.3
199
209
github.com/moby/locker v1.0.1 // indirect
200
210
github.com/moby/spdystream v0.2.0 // indirect
201
211
github.com/moby/sys/mount v0.3.2 // indirect
@@ -214,8 +224,8 @@ require (
214
224
github.com/multiformats/go-varint v0.0.6 // indirect
215
225
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
216
226
github.com/olekukonko/tablewriter v0.0.5 // indirect
217
- github.com/opencontainers/go-digest v1.0.0 // indirect
218
- github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 // indirect
227
+ github.com/opencontainers/go-digest v1.0.0
228
+ github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
219
229
github.com/opencontainers/runc v1.1.2 // indirect
220
230
github.com/opencontainers/runtime-spec v1.0.3-0.20220311020903-6969a0a09ab1 // indirect
221
231
github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e // indirect
@@ -235,7 +245,7 @@ require (
235
245
github.com/rubenv/sql-migrate v1.1.1 // indirect
236
246
github.com/russross/blackfriday v1.6.0 // indirect
237
247
github.com/russross/blackfriday/v2 v2.1.0 // indirect
238
- github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e // indirect
248
+ github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e
239
249
github.com/sergi/go-diff v1.1.0 // indirect
240
250
github.com/shopspring/decimal v1.2.0 // indirect
241
251
github.com/sirupsen/logrus v1.8.1 // indirect
@@ -261,17 +271,17 @@ require (
261
271
github.com/yashtewari/glob-intersection v0.1.0 // indirect
262
272
github.com/zclconf/go-cty v1.10.0 // indirect
263
273
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
264
- go.etcd.io/bbolt v1.3.6 // indirect
274
+ go.etcd.io/bbolt v1.3.6
265
275
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
266
276
go.opencensus.io v0.23.0 // indirect
267
277
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
268
278
go.uber.org/atomic v1.7.0 // indirect
269
279
go.uber.org/multierr v1.7.0 // indirect
270
280
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9
271
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
281
+ golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
272
282
golang.org/x/net v0.0.0-20220516133312-45b265872317 // indirect
273
283
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
274
- golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
284
+ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
275
285
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
276
286
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
277
287
golang.org/x/text v0.3.7 // indirect
0 commit comments