module github.com/future-architect/vuls go 1.16 require ( github.com/Azure/azure-sdk-for-go v50.2.0+incompatible github.com/BurntSushi/toml v0.3.1 github.com/Ullaakut/nmap/v2 v2.1.2-0.20210406060955-59a52fe80a4f github.com/VividCortex/ewma v1.2.0 // indirect github.com/aquasecurity/fanal v0.0.0-20210520034323-54c5a82e861f github.com/aquasecurity/trivy v0.18.3 github.com/aquasecurity/trivy-db v0.0.0-20210429114658-ae22941a55d0 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d github.com/aws/aws-sdk-go v1.36.31 github.com/boltdb/bolt v1.3.1 github.com/briandowns/spinner v1.16.0 // indirect github.com/cenkalti/backoff v2.2.1+incompatible github.com/cheggaaa/pb/v3 v3.0.8 // indirect github.com/d4l3k/messagediff v1.2.2-0.20190829033028-7e0a312ae40b github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 github.com/emersion/go-smtp v0.14.0 github.com/fatih/color v1.12.0 // indirect github.com/go-redis/redis/v8 v8.11.0 // indirect github.com/google/subcommands v1.2.0 github.com/gosuri/uitable v0.0.4 github.com/hashicorp/go-uuid v1.0.2 github.com/hashicorp/go-version v1.3.0 github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c github.com/jackc/pgproto3/v2 v2.1.0 // indirect github.com/jesseduffield/gocui v0.3.0 github.com/k0kubun/pp v3.0.1+incompatible github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f github.com/knqyf263/go-cpe v0.0.0-20201213041631-54f6ab28673f github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d github.com/knqyf263/go-rpm-version v0.0.0-20170716094938-74609b86c936 github.com/kotakanbe/go-cve-dictionary v0.6.0 github.com/knqyf263/gost v0.2.0 github.com/kotakanbe/go-pingscanner v0.1.0 github.com/kotakanbe/goval-dictionary v0.3.6-0.20210625044258-9be85404d7dd github.com/kotakanbe/logrus-prefixed-formatter v0.0.0-20180123152602-928f7356cb96 github.com/lib/pq v1.10.2 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/nlopes/slack v0.6.0 github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect github.com/olekukonko/tablewriter v0.0.5 github.com/parnurzeal/gorequest v0.2.16 github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 github.com/sirupsen/logrus v1.8.0 github.com/spf13/afero v1.6.0 github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.8.1 // indirect github.com/takuzoo3868/go-msfdb v0.1.5 github.com/vulsio/go-exploitdb v0.1.8-0.20210625021845-e5081ca67229 golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 gorm.io/driver/mysql v1.1.1 // indirect gorm.io/gorm v1.21.11 // indirect k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 )