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-12-20 19:00:31 +03:00
github . com / PuerkitoBio / goquery v1 . 8.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-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
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
2021-12-28 11:35:17 +03:00
github . com / spf13 / afero v1 . 7.0
2021-12-12 09:39:50 +03:00
github . com / stretchr / testify v1 . 7.0
2021-12-20 18:25:43 +03:00
golang . org / x / oauth2 v0 . 0.0 - 20211005180243 - 6 b3c2da341f1
golang . org / x / vuln v0 . 0.0 - 20211215213114 - 5 e054cb3e47e
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 / 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-12-19 13:05:59 +03:00
gopkg . in / yaml . v2 v2 . 4.0
2019-10-13 06:02:24 +03:00
moul . io / http2curl v1 . 0.0 / / indirect
2019-04-30 07:02:09 +03:00
)