99a80f64fb
* Support Amazon Linux AMI Security Advisory * Update gorequest * amazon: Add some basic testcases for Update() method. This commmit adds a seam for Update() to dependency inject for testing purposes. Signed-off-by: Simarpreet Singh <simar@linux.com> * Add more tests * amazon_test: Fix another lint issue Signed-off-by: Simarpreet Singh <simar@linux.com>
29 lines
1.2 KiB
Modula-2
29 lines
1.2 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/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/simplereach/timeutils v1.2.0 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|