2019-08-18 22:22:54 -10:00
|
|
|
module github.com/aquasecurity/trivy
|
2019-05-07 15:41:03 +09:00
|
|
|
|
2020-09-24 08:00:08 +03:00
|
|
|
go 1.15
|
2019-05-07 15:41:03 +09:00
|
|
|
|
|
|
|
|
require (
|
2020-07-19 20:33:56 +05:30
|
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
2020-10-25 19:45:56 +08:00
|
|
|
github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986
|
2020-08-25 13:01:49 +03:00
|
|
|
github.com/aquasecurity/fanal v0.0.0-20200820074632-6de62ef86882
|
2019-08-18 22:22:54 -10:00
|
|
|
github.com/aquasecurity/go-dep-parser v0.0.0-20190819075924-ea223f0ef24b
|
2020-10-26 15:07:30 +08:00
|
|
|
github.com/aquasecurity/trivy-db v0.0.0-20201025093117-4ef51a6e2c4b
|
2019-05-24 13:26:41 +09:00
|
|
|
github.com/caarlos0/env/v6 v6.0.0
|
2020-01-05 10:21:18 +02:00
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible
|
2019-12-16 19:23:08 +02:00
|
|
|
github.com/cheggaaa/pb/v3 v3.0.3
|
2020-04-14 13:31:13 +03:00
|
|
|
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
|
2020-05-19 20:49:27 +03:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2020-10-25 19:45:56 +08:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-05-19 20:49:27 +03:00
|
|
|
github.com/google/go-containerregistry v0.0.0-20200331213917-3d03ed9b1ca2
|
2019-10-31 23:53:46 +02:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2019-12-13 15:00:11 +02:00
|
|
|
github.com/google/wire v0.3.0
|
2020-06-11 12:55:34 +03:00
|
|
|
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
|
2019-05-17 19:00:22 +09:00
|
|
|
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
|
2019-05-07 15:41:03 +09:00
|
|
|
github.com/knqyf263/go-rpm-version v0.0.0-20170716094938-74609b86c936
|
2019-10-22 09:31:15 +03:00
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2019-06-07 23:46:55 +09:00
|
|
|
github.com/olekukonko/tablewriter v0.0.2-0.20190607075207-195002e6e56a
|
2020-07-22 21:10:44 +03:00
|
|
|
github.com/open-policy-agent/opa v0.21.1
|
2020-04-15 16:07:42 +03:00
|
|
|
github.com/spf13/afero v1.2.2
|
2020-06-10 10:38:37 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-05-19 20:49:27 +03:00
|
|
|
github.com/testcontainers/testcontainers-go v0.3.1
|
2020-02-16 10:35:53 +02:00
|
|
|
github.com/twitchtv/twirp v5.10.1+incompatible
|
2020-05-18 14:43:06 +03:00
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
2019-11-22 03:49:44 +02:00
|
|
|
go.uber.org/atomic v1.5.1 // indirect
|
2019-11-20 00:18:25 +09:00
|
|
|
go.uber.org/multierr v1.4.0 // indirect
|
2019-11-22 03:49:44 +02:00
|
|
|
go.uber.org/zap v1.13.0
|
2020-10-25 19:45:56 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-08-25 12:21:15 +03:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
2020-10-25 19:45:56 +08:00
|
|
|
k8s.io/utils v0.0.0-20201005171033-6301aaf42dc7
|
|
|
|
|
)
|