mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
51 lines
2.3 KiB
Modula-2
51 lines
2.3 KiB
Modula-2
module github.com/aquasecurity/trivy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46
|
|
github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986
|
|
github.com/aquasecurity/fanal v0.0.0-20220112122146-f159d650c45e
|
|
github.com/aquasecurity/go-dep-parser v0.0.0-20211224170007-df43bca6b6ff
|
|
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce
|
|
github.com/aquasecurity/go-npm-version v0.0.0-20201110091526-0b796d180798
|
|
github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46
|
|
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492
|
|
github.com/aquasecurity/trivy-db v0.0.0-20220112132859-b29913721881
|
|
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 v20.10.11+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/fatih/color v1.13.0
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/goccy/go-yaml v1.8.2 // indirect
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/go-containerregistry v0.7.1-0.20211214010025-a65b7844a475
|
|
github.com/google/wire v0.4.0
|
|
github.com/hashicorp/go-getter v1.5.2
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
|
|
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
|
|
github.com/knqyf263/go-rpm-version v0.0.0-20170716094938-74609b86c936
|
|
github.com/masahiro331/go-mvn-version v0.0.0-20210429150710-d3157d602a08
|
|
github.com/mitchellh/copystructure v1.1.1 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/open-policy-agent/opa v0.36.0
|
|
github.com/owenrumney/go-sarif/v2 v2.0.17
|
|
github.com/spf13/afero v1.6.0
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/testcontainers/testcontainers-go v0.11.1
|
|
github.com/twitchtv/twirp v8.1.0+incompatible
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
go.uber.org/zap v1.19.1
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
|
)
|