mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-13 00:00:19 -08:00
* WIP: Add imageName and BuildTime for Remote detector Signed-off-by: Simarpreet Singh <simar@linux.com> * wip Signed-off-by: Simarpreet Singh <simar@linux.com> * change name from build_time to created * remove an unused function * fix(library): add image_name and created_at * fix(ospkg): add image_name and created_at * fix(scan): add image_name and created_at * fix(library): remove unused param Co-authored-by: Simarpreet Singh <simar@linux.com>
40 lines
1.7 KiB
Modula-2
40 lines
1.7 KiB
Modula-2
module github.com/aquasecurity/trivy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect
|
|
github.com/aquasecurity/fanal v0.0.0-20200112144021-9a35ce3bd793
|
|
github.com/aquasecurity/go-dep-parser v0.0.0-20190819075924-ea223f0ef24b
|
|
github.com/aquasecurity/trivy-db v0.0.0-20191226181755-d6cabf5bc5d1
|
|
github.com/caarlos0/env/v6 v6.0.0
|
|
github.com/cenkalti/backoff v2.2.1+incompatible
|
|
github.com/cheggaaa/pb/v3 v3.0.3
|
|
github.com/docker/docker v0.0.0-20180924202107-a9c061deec0f
|
|
github.com/genuinetools/reg v0.16.0
|
|
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/go-github/v28 v28.1.1
|
|
github.com/google/wire v0.3.0
|
|
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
|
|
github.com/knqyf263/go-rpm-version v0.0.0-20170716094938-74609b86c936
|
|
github.com/knqyf263/go-version v1.1.1
|
|
github.com/kylelemons/godebug v1.1.0
|
|
github.com/olekukonko/tablewriter v0.0.2-0.20190607075207-195002e6e56a
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/twitchtv/twirp v5.10.1+incompatible
|
|
github.com/urfave/cli v1.20.0
|
|
go.uber.org/atomic v1.5.1 // indirect
|
|
go.uber.org/multierr v1.4.0 // indirect
|
|
go.uber.org/zap v1.13.0
|
|
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
|
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
|
|
golang.org/x/tools v0.0.0-20191121040551-947d4aa89328 // indirect
|
|
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
k8s.io/utils v0.0.0-20191010214722-8d271d903fe4
|
|
)
|
|
|
|
replace github.com/genuinetools/reg => github.com/tomoyamachi/reg v0.16.1-0.20190706172545-2a2250fd7c00
|