vuln-list-update/go.mod

37 lines
1.5 KiB
Modula-2
Raw Normal View History

2019-08-19 11:52:48 +03:00
module github.com/aquasecurity/vuln-list-update
2019-04-30 07:02:09 +03:00
2019-09-28 00:01:37 +03:00
go 1.13
2019-04-30 07:02:09 +03:00
require (
github.com/araddon/dateparse v0.0.0-20190426192744-0d74ffceef83
github.com/cheggaaa/pb v2.0.7+incompatible
2019-04-30 07:02:09 +03:00
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
2019-04-30 07:02:09 +03:00
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
2019-04-30 07:02:09 +03:00
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
2019-11-03 21:28:28 +03:00
github.com/spf13/afero v1.2.2
github.com/stretchr/testify v1.4.0
2019-04-30 07:02:09 +03:00
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
2019-09-27 23:58:04 +03:00
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
2019-04-30 07:02:09 +03:00
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
2019-04-30 07:02:09 +03:00
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/yaml.v2 v2.2.2
moul.io/http2curl v1.0.0 // indirect
2019-04-30 07:02:09 +03:00
)