11f2a4cbee
* Add GitHub Security Advisory * Update go.mod * Fix main.go * Exec go mod tidy * Change travis ci * Fix Bugs... * Add remobe directory * Update review * ghsa: Remove package level state Signed-off-by: Simarpreet Singh <simar@linux.com> * Add retry test * test(ghsa): remove unneeded testdata * refactor(ghsa): rename VersionAdvisories to Versions * refactor(ghsa): unexport members * refactor(ghsa): fix warnings * refactor(ghsa): replace githubql with githubv4 * refactor(ghsa): update log messages * refactor(ghsa): update error messages * refactor(ghsa): unexport a function * refactor(ghsa): make it possible to replace wait function * Fix empty line Co-authored-by: Simarpreet Singh <simar@linux.com> Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
40 lines
1.7 KiB
Modula-2
40 lines
1.7 KiB
Modula-2
module github.com/aquasecurity/vuln-list-update
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/araddon/dateparse v0.0.0-20190426192744-0d74ffceef83
|
|
github.com/cheggaaa/pb v2.0.7+incompatible
|
|
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
|
|
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/hashicorp/go-version v1.2.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-jsonpointer v0.0.0-20180225143300-37667080efed
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/parnurzeal/gorequest v0.2.16
|
|
github.com/pkg/errors v0.8.0 // indirect
|
|
github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0
|
|
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f
|
|
github.com/simplereach/timeutils v1.2.0 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
github.com/spf13/afero v1.2.2
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
|
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
|
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
|
|
gopkg.in/fatih/color.v1 v1.7.0 // indirect
|
|
gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect
|
|
gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect
|
|
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|