2019-06-20 16:36:40 -07:00
module github . com / anuvu / zot
2020-05-11 15:13:24 -07:00
go 1.14
2019-06-20 16:36:40 -07:00
require (
2019-12-11 12:16:37 -08:00
github . com / alecthomas / template v0 . 0.0 - 20190718012654 - fb15b899a751
2020-06-30 10:56:58 -07:00
github . com / apex / log v1 . 4.0
2020-06-24 12:38:42 -07:00
github . com / aquasecurity / trivy v0 . 0.0 - 00010101000000 - 000000000000
2020-06-16 21:52:40 -04:00
github . com / briandowns / spinner v1 . 11.1
2020-01-31 16:46:03 -06:00
github . com / chartmuseum / auth v0 . 4.0
2020-06-16 21:52:40 -04:00
github . com / dustin / go - humanize v1 . 0.0
2019-08-15 09:34:54 -07:00
github . com / getlantern / deepcopy v0 . 0.0 - 20160317154340 - 7 f45deb8130a
2019-09-17 15:45:28 -07:00
github . com / go - chi / chi v4 . 0.2 + incompatible / / indirect
2019-12-11 12:16:37 -08:00
github . com / go - ldap / ldap / v3 v3 . 1.3
2019-06-20 16:36:40 -07:00
github . com / gofrs / uuid v3 . 2.0 + incompatible
2019-11-25 14:33:58 -08:00
github . com / gorilla / handlers v1 . 4.2
2020-06-24 12:38:42 -07:00
github . com / gorilla / mux v1 . 7.4
2020-01-07 10:44:03 -08:00
github . com / json - iterator / go v1 . 1.9
2019-06-20 16:36:40 -07:00
github . com / mitchellh / mapstructure v1 . 1.2
2019-08-15 09:34:54 -07:00
github . com / nmcclain / asn1 - ber v0 . 0.0 - 20170104154839 - 2661553 a0484 / / indirect
2019-12-11 12:16:37 -08:00
github . com / nmcclain / ldap v0 . 0.0 - 20191021200707 - 3 b3b69a7e9e3
2020-06-16 21:52:40 -04:00
github . com / olekukonko / tablewriter v0 . 0.4
2019-06-20 16:36:40 -07:00
github . com / opencontainers / distribution - spec v1 . 0.0 - rc0
2020-06-25 17:04:32 -07:00
github . com / opencontainers / go - digest v1 . 0.0
2020-06-24 12:38:42 -07:00
github . com / opencontainers / image - spec v1 . 0.2 - 0.20190823105129 - 775207 bd45b6
2020-06-30 10:56:58 -07:00
github . com / opencontainers / umoci v0 . 4.7 - 0.20200704224433 - 977 db481b72c
2019-12-13 14:57:51 -06:00
github . com / phayes / freeport v0 . 0.0 - 20180830031419 - 95 f893ade6f2
2019-12-11 12:16:37 -08:00
github . com / rs / zerolog v1 . 17.2
github . com / smartystreets / goconvey v1 . 6.4
2019-06-20 16:36:40 -07:00
github . com / spf13 / cobra v0 . 0.5
2019-12-11 12:16:37 -08:00
github . com / spf13 / viper v1 . 6.1
2019-07-09 22:23:59 -07:00
github . com / swaggo / http - swagger v0 . 0.0 - 20190614090009 - c2865af9083e
2019-12-11 12:16:37 -08:00
github . com / swaggo / swag v1 . 6.3
2020-02-17 13:57:15 -08:00
go . etcd . io / bbolt v1 . 3.4
2020-06-25 17:04:32 -07:00
golang . org / x / crypto v0 . 0.0 - 20200604202706 - 70 a84ac30bf9
2019-06-20 16:36:40 -07:00
gopkg . in / resty . v1 v1 . 12.0
2020-06-24 12:38:42 -07:00
gopkg . in / yaml . v2 v2 . 2.8
2019-06-20 16:36:40 -07:00
)
2020-06-24 12:38:42 -07:00
replace github . com / aquasecurity / trivy = > github . com / anuvu / trivy v0 . 9.2 - 0.20200731014147 - c5f97b59c172
replace github . com / aquasecurity / fanal = > github . com / anuvu / fanal v0 . 0.0 - 20200731014233 - a1725a9d379f
replace github . com / aquasecurity / trivy - db = > github . com / anuvu / trivy - db v0 . 0.0 - 20200623200932 - d185809a68f7