2019-08-19 11:52:48 +03:00
module github . com / aquasecurity / vuln - list - update
2019-04-30 07:02:09 +03:00
2022-04-06 10:43:57 +03:00
go 1.18
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
2022-06-14 08:36:58 +03:00
github . com / hashicorp / go - getter v1 . 6.2
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
2022-03-22 13:54:07 +03:00
github . com / spf13 / afero v1 . 8.2
2022-07-04 10:01:39 +03:00
github . com / stretchr / testify v1 . 7.5
2022-04-06 10:43:57 +03:00
golang . org / x / exp v0 . 0.0 - 20220321124402 - 2 d6d886f8a82
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-04-30 07:02:09 +03:00
gopkg . in / cheggaaa / pb . v1 v1 . 0.28
2022-04-06 10:43:57 +03:00
gopkg . in / yaml . v2 v2 . 4.0
)
require (
cloud . google . com / go v0 . 97.0 / / indirect
cloud . google . com / go / errorreporting v0 . 1.0 / / indirect
cloud . google . com / go / storage v1 . 14.0 / / indirect
github . com / VividCortex / ewma v1 . 1.1 / / indirect
github . com / andybalholm / cascadia v1 . 3.1 / / indirect
github . com / aws / aws - sdk - go v1 . 15.78 / / indirect
github . com / bgentry / go - netrc v0 . 0.0 - 20140422174119 - 9 fd32a8b3d3d / / indirect
github . com / census - instrumentation / opencensus - proto v0 . 2.1 / / indirect
github . com / cespare / xxhash v1 . 1.0 / / indirect
github . com / cncf / udpa / go v0 . 0.0 - 20201120205902 - 5459 f2c99403 / / indirect
github . com / cncf / xds / go v0 . 0.0 - 20210312221358 - fbca930ec8ed / / indirect
github . com / davecgh / go - spew v1 . 1.1 / / indirect
github . com / elazarl / goproxy v0 . 0.0 - 20190421051319 - 9 d40249d3c2f / / indirect
github . com / envoyproxy / go - control - plane v0 . 9.9 - 0.20210512163311 - 63 b5d3c536b0 / / indirect
github . com / envoyproxy / protoc - gen - validate v0 . 1.0 / / indirect
github . com / fatih / color v1 . 10.0 / / indirect
github . com / golang / groupcache v0 . 0.0 - 20200121045136 - 8 c9f03a8e57e / / indirect
github . com / golang / protobuf v1 . 5.2 / / indirect
github . com / google / go - cmp v0 . 5.6 / / indirect
github . com / googleapis / gax - go / v2 v2 . 1.1 / / indirect
github . com / hashicorp / go - cleanhttp v0 . 5.2 / / indirect
github . com / hashicorp / go - safetemp v1 . 0.0 / / indirect
github . com / hashicorp / go - version v1 . 1.0 / / indirect
github . com / jmespath / go - jmespath v0 . 0.0 - 20160202185014 - 0b1 2 d6b521d8 / / indirect
github . com / klauspost / compress v1 . 11.2 / / indirect
github . com / mattn / go - colorable v0 . 1.8 / / indirect
github . com / mattn / go - isatty v0 . 0.12 / / indirect
github . com / mattn / go - runewidth v0 . 0.12 / / indirect
github . com / mitchellh / go - homedir v1 . 1.0 / / indirect
github . com / mitchellh / go - testing - interface v1 . 0.0 / / indirect
github . com / pkg / errors v0 . 9.1 / / indirect
github . com / pmezard / go - difflib v1 . 0.0 / / indirect
github . com / rivo / uniseg v0 . 2.0 / / indirect
github . com / simplereach / timeutils v1 . 2.0 / / indirect
github . com / smartystreets / goconvey v1 . 7.2 / / indirect
github . com / ulikunitz / xz v0 . 5.8 / / indirect
go . opencensus . io v0 . 23.0 / / indirect
golang . org / x / mod v0 . 6.0 - dev . 0.20211013180041 - c96bc1413d57 / / indirect
golang . org / x / net v0 . 0.0 - 20211015210444 - 4 f30a5c0130f / / indirect
golang . org / x / sync v0 . 0.0 - 20210220032951 - 036812 b2e83c / / indirect
2022-05-26 07:34:09 +03:00
golang . org / x / sys v0 . 0.0 - 20220517195934 - 5 e4e11fc645e / / indirect
2022-04-06 10:43:57 +03:00
golang . org / x / text v0 . 3.7 / / indirect
google . golang . org / api v0 . 60.0 / / indirect
google . golang . org / appengine v1 . 6.7 / / indirect
google . golang . org / genproto v0 . 0.0 - 20211028162531 - 8 db9c33dc351 / / indirect
google . golang . org / grpc v1 . 40.0 / / indirect
google . golang . org / protobuf v1 . 27.1 / / indirect
gopkg . in / VividCortex / ewma . v1 v1 . 1.1 / / indirect
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
2022-06-21 09:03:42 +03:00
gopkg . in / yaml . v3 v3 . 0.1 / / indirect
2019-10-13 06:02:24 +03:00
moul . io / http2curl v1 . 0.0 / / indirect
2019-04-30 07:02:09 +03:00
)