2021-12-04 03:50:58 +00:00
module zotregistry . io / zot
2019-06-20 16:36:40 -07:00
2021-05-21 20:47:28 +00:00
go 1.16
2019-06-20 16:36:40 -07:00
require (
2021-11-15 20:33:18 +00:00
github . com / 99 designs / gqlgen v0 . 14.0
2021-06-08 23:11:18 +03:00
github . com / AdaLogics / go - fuzz - headers v0 . 0.0 - 20210921152813 - f50b76b2163b / / indirect
github . com / Masterminds / semver v1 . 5.0
2019-12-11 12:16:37 -08:00
github . com / alecthomas / template v0 . 0.0 - 20190718012654 - fb15b899a751
2021-05-21 20:47:28 +00:00
github . com / apex / log v1 . 9.0
2020-06-24 12:38:42 -07:00
github . com / aquasecurity / trivy v0 . 0.0 - 00010101000000 - 000000000000
2021-10-04 14:27:26 -07:00
github . com / aquasecurity / trivy - db v0 . 0.0 - 20210916043317 - 726 b7b72a47b
2021-11-25 14:04:39 +02:00
github . com / bmatcuk / doublestar / v4 v4 . 0.2
2021-01-25 10:04:03 -08:00
github . com / briandowns / spinner v1 . 16.0
2021-09-23 19:32:25 +00:00
github . com / chartmuseum / auth v0 . 5.0
2021-11-18 18:14:37 +00:00
github . com / containerd / containerd v1 . 5.8 / / indirect
2021-11-15 20:33:18 +00:00
github . com / containers / common v0 . 44.3
github . com / containers / image / v5 v5 . 16.1
2021-07-17 06:53:05 +03:00
github . com / docker / distribution v2 . 7.1 + incompatible
2020-06-16 21:52:40 -04:00
github . com / dustin / go - humanize v1 . 0.0
2021-01-25 10:04:03 -08:00
github . com / fsnotify / fsnotify v1 . 5.1
2019-08-15 09:34:54 -07:00
github . com / getlantern / deepcopy v0 . 0.0 - 20160317154340 - 7 f45deb8130a
2021-01-25 10:04:03 -08:00
github . com / go - ldap / ldap / v3 v3 . 4.1
2021-11-15 20:33:18 +00:00
github . com / gofrs / uuid v4 . 1.0 + incompatible
github . com / google / go - containerregistry v0 . 7.0
2021-05-21 20:47:28 +00:00
github . com / gorilla / handlers v1 . 5.1
github . com / gorilla / mux v1 . 8.0
2021-11-15 20:33:18 +00:00
github . com / json - iterator / go v1 . 1.12
2021-10-04 14:27:26 -07:00
github . com / mitchellh / mapstructure v1 . 4.2
2021-01-25 10:04:03 -08:00
github . com / nmcclain / ldap v0 . 0.0 - 20210720162743 - 7 f8d1e44eeba
2021-10-30 02:10:55 +00:00
github . com / notaryproject / notation v0 . 7.0 - alpha . 1
github . com / notaryproject / notation - go - lib v1 . 0.0 - alpha - 1
2021-05-21 20:47:28 +00:00
github . com / olekukonko / tablewriter v0 . 0.5
2021-11-15 20:33:18 +00:00
github . com / opencontainers / distribution - spec / specs - go v0 . 0.0 - 20211026153258 - b3f631f25f1a
2020-06-25 17:04:32 -07:00
github . com / opencontainers / go - digest v1 . 0.0
2021-11-18 21:44:15 +00:00
github . com / opencontainers / image - spec v1 . 0.2 - 0.20211117181255 - 693428 a734f5
2021-12-08 05:03:15 +00:00
github . com / opencontainers / runc v1 . 0.3
2021-09-23 16:36:11 +00:00
github . com / opencontainers / umoci v0 . 4.8 - 0.20210922062158 - e60a0cc726e6
2021-10-30 02:10:55 +00:00
github . com / oras - project / artifacts - spec v1 . 0.0 - draft . 1
2019-12-13 14:57:51 -06:00
github . com / phayes / freeport v0 . 0.0 - 20180830031419 - 95 f893ade6f2
2021-10-15 18:05:00 +03:00
github . com / prometheus / client_golang v1 . 11.0
github . com / prometheus / client_model v0 . 2.0
2021-11-15 20:33:18 +00:00
github . com / rs / zerolog v1 . 26.0
2021-10-30 02:10:55 +00:00
github . com / sigstore / cosign v1 . 3.1
2021-11-15 20:33:18 +00:00
github . com / smartystreets / goconvey v1 . 7.2
2021-05-21 20:47:28 +00:00
github . com / spf13 / cobra v1 . 2.1
2021-11-15 20:33:18 +00:00
github . com / spf13 / viper v1 . 9.0
2021-04-05 17:40:33 -07:00
github . com / stretchr / testify v1 . 7.0
2021-11-15 20:33:18 +00:00
github . com / swaggo / http - swagger v1 . 1.2
github . com / swaggo / swag v1 . 7.4
2021-10-04 14:27:26 -07:00
github . com / urfave / cli / v2 v2 . 3.0
2021-05-21 20:47:28 +00:00
github . com / vektah / gqlparser / v2 v2 . 2.0
2021-10-04 14:27:26 -07:00
go . etcd . io / bbolt v1 . 3.6
2021-11-15 20:33:18 +00:00
golang . org / x / crypto v0 . 0.0 - 20211108221036 - ceb1ce70b4fa
2019-06-20 16:36:40 -07:00
gopkg . in / resty . v1 v1 . 12.0
2021-04-05 17:40:33 -07:00
gopkg . in / yaml . v2 v2 . 4.0
2019-06-20 16:36:40 -07:00
)
2020-06-24 12:38:42 -07:00
2021-09-23 16:36:11 +00:00
replace (
2021-10-04 14:27:26 -07:00
github . com / aquasecurity / fanal = > github . com / anuvu / fanal v0 . 0.0 - 20211007194926 - d0c577a014df
github . com / aquasecurity / trivy = > github . com / anuvu / trivy v0 . 9.2 - 0.20211013001708 - 27408 aa50da3
github . com / aquasecurity / trivy - db = > github . com / anuvu / trivy - db v0 . 0.0 - 20211007191113 - 44 f7e57b689c
2021-11-18 18:14:37 +00:00
github . com / containers / image / v5 = > github . com / anuvu / image / v5 v5 . 0.0 - 20211118175920 - feae9c2f0d91
2021-09-23 16:36:11 +00:00
)