2019-08-18 22:52:48 -10:00
module github . com / aquasecurity / vuln - list - update
2019-04-30 13:02:09 +09:00
2023-12-18 22:34:54 +06:00
go 1.21 . 5
2019-04-30 13:02:09 +09:00
require (
2024-03-08 13:55:44 +04:00
github . com / PuerkitoBio / goquery v1 . 9.1
2023-09-27 16:18:16 +03:00
github . com / aquasecurity / go - version v0 . 0.0 - 20210121072130 - 637058 cfe492
2019-04-30 13:02:09 +09:00
github . com / araddon / dateparse v0 . 0.0 - 20190426192744 - 0 d74ffceef83
2019-12-16 04:28:23 +09:00
github . com / cheggaaa / pb v2 . 0.7 + incompatible
2024-01-30 12:20:28 +04:00
github . com / cheggaaa / pb / v3 v3 . 1.5
2023-10-17 11:07:49 +09:00
github . com / hashicorp / go - getter v1 . 7.3
2019-09-28 02:35:47 +03:00
github . com / kylelemons / godebug v1 . 1.0
2019-10-13 06:02:24 +03:00
github . com / parnurzeal / gorequest v0 . 2.16
2020-02-28 15:15:34 +09:00
github . com / shurcooL / githubv4 v0 . 0.0 - 20191127044304 - 8 f68eb5628d0
github . com / shurcooL / graphql v0 . 0.0 - 20181231061246 - d48a9a75455f
2023-12-05 11:21:54 +04:00
github . com / spf13 / afero v1 . 11.0
2024-03-08 13:55:26 +04:00
github . com / stretchr / testify v1 . 9.0
2022-04-06 13:43:57 +06:00
golang . org / x / exp v0 . 0.0 - 20220321124402 - 2 d6d886f8a82
2024-03-24 13:58:50 +04:00
golang . org / x / oauth2 v0 . 18.0
2023-03-14 11:35:49 +02:00
golang . org / x / xerrors v0 . 0.0 - 20220907171357 - 04 be3eba64a2
2022-04-06 13:43:57 +06:00
gopkg . in / yaml . v2 v2 . 4.0
)
require (
2023-12-05 11:21:54 +04:00
cloud . google . com / go v0 . 110.10 / / indirect
cloud . google . com / go / compute v1 . 23.3 / / indirect
2023-07-06 12:11:10 +03:00
cloud . google . com / go / compute / metadata v0 . 2.3 / / indirect
2023-12-05 11:21:54 +04:00
cloud . google . com / go / iam v1 . 1.5 / / indirect
cloud . google . com / go / storage v1 . 35.1 / / indirect
2023-02-28 10:20:52 +02:00
github . com / VividCortex / ewma v1 . 2.0 / / indirect
2024-02-27 06:44:18 +04:00
github . com / andybalholm / cascadia v1 . 3.2 / / indirect
2023-03-14 11:35:49 +02:00
github . com / aws / aws - sdk - go v1 . 44.122 / / indirect
2022-04-06 13:43:57 +06:00
github . com / bgentry / go - netrc v0 . 0.0 - 20140422174119 - 9 fd32a8b3d3d / / indirect
github . com / davecgh / go - spew v1 . 1.1 / / indirect
github . com / elazarl / goproxy v0 . 0.0 - 20190421051319 - 9 d40249d3c2f / / indirect
2023-07-25 15:23:27 +03:00
github . com / fatih / color v1 . 15.0 / / indirect
2023-03-14 11:35:49 +02:00
github . com / golang / groupcache v0 . 0.0 - 20210331224755 - 41 bb18bfe9da / / indirect
2023-07-25 09:37:52 +03:00
github . com / golang / protobuf v1 . 5.3 / / indirect
2023-12-05 11:21:54 +04:00
github . com / google / s2a - go v0 . 1.7 / / indirect
github . com / google / uuid v1 . 4.0 / / indirect
github . com / googleapis / enterprise - certificate - proxy v0 . 3.2 / / indirect
github . com / googleapis / gax - go / v2 v2 . 12.0 / / indirect
2022-04-06 13:43:57 +06:00
github . com / hashicorp / go - cleanhttp v0 . 5.2 / / indirect
github . com / hashicorp / go - safetemp v1 . 0.0 / / indirect
2023-03-14 11:35:49 +02:00
github . com / hashicorp / go - version v1 . 6.0 / / indirect
github . com / jmespath / go - jmespath v0 . 4.0 / / indirect
github . com / klauspost / compress v1 . 15.11 / / indirect
2023-02-28 10:20:52 +02:00
github . com / mattn / go - colorable v0 . 1.13 / / indirect
2023-07-25 15:23:27 +03:00
github . com / mattn / go - isatty v0 . 0.19 / / indirect
2024-01-30 12:20:28 +04:00
github . com / mattn / go - runewidth v0 . 0.15 / / indirect
2022-04-06 13:43:57 +06:00
github . com / mitchellh / go - homedir v1 . 1.0 / / indirect
2023-03-14 11:35:49 +02:00
github . com / mitchellh / go - testing - interface v1 . 14.1 / / indirect
2022-04-06 13:43:57 +06:00
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
2023-03-14 11:35:49 +02:00
github . com / ulikunitz / xz v0 . 5.10 / / indirect
2023-07-06 12:11:10 +03:00
go . opencensus . io v0 . 24.0 / / indirect
2024-03-24 13:58:50 +04:00
golang . org / x / crypto v0 . 21.0 / / indirect
golang . org / x / net v0 . 22.0 / / indirect
2023-12-05 11:21:54 +04:00
golang . org / x / sync v0 . 5.0 / / indirect
2024-03-24 13:58:50 +04:00
golang . org / x / sys v0 . 18.0 / / indirect
2023-11-14 09:17:23 +09:00
golang . org / x / text v0 . 14.0 / / indirect
2023-12-05 11:21:54 +04:00
golang . org / x / time v0 . 5.0 / / indirect
google . golang . org / api v0 . 152.0 / / indirect
2022-04-06 13:43:57 +06:00
google . golang . org / appengine v1 . 6.7 / / indirect
2023-12-05 11:21:54 +04:00
google . golang . org / genproto v0 . 0.0 - 20231106174013 - bbf56f31fb17 / / indirect
google . golang . org / genproto / googleapis / api v0 . 0.0 - 20231106174013 - bbf56f31fb17 / / indirect
google . golang . org / genproto / googleapis / rpc v0 . 0.0 - 20231120223509 - 83 a465c0220f / / indirect
google . golang . org / grpc v1 . 59.0 / / indirect
2024-03-27 09:49:04 +04:00
google . golang . org / protobuf v1 . 33.0 / / indirect
2022-04-06 13:43:57 +06:00
gopkg . in / VividCortex / ewma . v1 v1 . 1.1 / / indirect
2019-12-16 04:28:23 +09: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 13:02:09 +09: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 13:02:09 +09:00
)