2019-08-19 11:52:48 +03:00
module github . com / aquasecurity / vuln - list - update
2019-04-30 07:02:09 +03:00
2020-10-14 11:10:10 +03:00
go 1.15
2019-04-30 07:02:09 +03:00
require (
2021-01-11 18:08:29 +03:00
github . com / PuerkitoBio / goquery v1 . 6.0
2019-04-30 07:02:09 +03:00
github . com / araddon / dateparse v0 . 0.0 - 20190426192744 - 0 d74ffceef83
2019-12-15 22:28:23 +03:00
github . com / cheggaaa / pb v2 . 0.7 + incompatible
2021-06-06 19:14:28 +03:00
github . com / cheggaaa / pb / v3 v3 . 0.8
2019-04-30 07:02:09 +03:00
github . com / elazarl / goproxy v0 . 0.0 - 20190421051319 - 9 d40249d3c2f / / indirect
github . com / elazarl / goproxy / ext v0 . 0.0 - 20190421051319 - 9 d40249d3c2f / / indirect
2021-12-12 09:38:11 +03:00
github . com / hashicorp / go - getter v1 . 5.9
2019-04-30 07:02:09 +03:00
github . com / kr / pretty v0 . 1.0 / / indirect
2019-09-28 02:35:47 +03:00
github . com / kylelemons / godebug v1 . 1.0
2019-04-30 07:02:09 +03:00
github . com / mattn / go - jsonpointer v0 . 0.0 - 20180225143300 - 37667080 efed
2019-10-13 06:02:24 +03:00
github . com / parnurzeal / gorequest v0 . 2.16
2019-04-30 07:02:09 +03:00
github . com / pkg / errors v0 . 8.0 / / indirect
2020-02-28 09:15:34 +03:00
github . com / shurcooL / githubv4 v0 . 0.0 - 20191127044304 - 8 f68eb5628d0
github . com / shurcooL / graphql v0 . 0.0 - 20181231061246 - d48a9a75455f
2019-04-30 07:02:09 +03:00
github . com / simplereach / timeutils v1 . 2.0 / / indirect
github . com / smartystreets / goconvey v0 . 0.0 - 20190330032615 - 68 dc04aab96a / / indirect
2019-11-03 21:28:28 +03:00
github . com / spf13 / afero v1 . 2.2
2021-12-12 09:39:50 +03:00
github . com / stretchr / testify v1 . 7.0
2020-02-28 09:15:34 +03:00
golang . org / x / oauth2 v0 . 0.0 - 20200107190931 - bf48bf16ab8d
2021-04-27 13:59:59 +03:00
golang . org / x / xerrors v0 . 0.0 - 20200804184101 - 5 ec99f83aff1
2019-12-15 22:28:23 +03:00
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 - 788 fd7840127 / / indirect
gopkg . in / cheggaaa / pb . v1 v1 . 0.28
2019-12-15 22:28:23 +03:00
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 - 9856 a29383ce / / indirect
2021-04-27 13:59:59 +03:00
gopkg . in / yaml . v2 v2 . 2.2
2019-10-13 06:02:24 +03:00
moul . io / http2curl v1 . 0.0 / / indirect
2019-04-30 07:02:09 +03:00
)