2019-06-21 02:36:40 +03:00
module github . com / anuvu / zot
2021-05-21 23:47:28 +03:00
go 1.16
2019-06-21 02:36:40 +03:00
require (
2021-01-25 21:04:03 +03:00
github . com / 99 designs / gqlgen v0 . 13.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 23:16:37 +03:00
github . com / alecthomas / template v0 . 0.0 - 20190718012654 - fb15b899a751
2021-05-21 23:47:28 +03:00
github . com / apex / log v1 . 9.0
2020-06-24 22:38:42 +03:00
github . com / aquasecurity / trivy v0 . 0.0 - 00010101000000 - 000000000000
2021-10-05 00:27:26 +03:00
github . com / aquasecurity / trivy - db v0 . 0.0 - 20210916043317 - 726 b7b72a47b
2021-01-25 21:04:03 +03:00
github . com / briandowns / spinner v1 . 16.0
2021-09-23 22:32:25 +03:00
github . com / chartmuseum / auth v0 . 5.0
2021-10-05 00:27:26 +03:00
github . com / containerd / containerd v1 . 5.7 / / indirect
2021-06-08 23:11:18 +03:00
github . com / containers / common v0 . 26.0
github . com / containers / image / v5 v5 . 13.2
2021-09-23 19:36:11 +03:00
github . com / cpuguy83 / go - md2man / v2 v2 . 0.1 / / indirect
2020-06-17 04:52:40 +03:00
github . com / dustin / go - humanize v1 . 0.0
2021-01-25 21:04:03 +03:00
github . com / fsnotify / fsnotify v1 . 5.1
2019-08-15 19:34:54 +03:00
github . com / getlantern / deepcopy v0 . 0.0 - 20160317154340 - 7 f45deb8130a
2021-01-25 21:04:03 +03:00
github . com / go - ldap / ldap / v3 v3 . 4.1
2021-05-21 23:47:28 +03:00
github . com / gofrs / uuid v4 . 0.0 + incompatible
github . com / google / go - containerregistry v0 . 6.0
github . com / gorilla / handlers v1 . 5.1
github . com / gorilla / mux v1 . 8.0
github . com / json - iterator / go v1 . 1.11
2021-09-23 19:36:11 +03:00
github . com / klauspost / compress v1 . 13.6 / / indirect
2021-10-05 00:27:26 +03:00
github . com / mitchellh / mapstructure v1 . 4.2
2021-01-25 21:04:03 +03:00
github . com / nmcclain / ldap v0 . 0.0 - 20210720162743 - 7 f8d1e44eeba
2021-05-21 23:47:28 +03:00
github . com / olekukonko / tablewriter v0 . 0.5
2021-01-25 21:04:03 +03:00
github . com / opencontainers / distribution - spec / specs - go v0 . 0.0 - 20210830161531 - 162 b5c95788b
2020-06-26 03:04:32 +03:00
github . com / opencontainers / go - digest v1 . 0.0
2020-06-24 22:38:42 +03:00
github . com / opencontainers / image - spec v1 . 0.2 - 0.20190823105129 - 775207 bd45b6
2021-09-23 19:36:11 +03:00
github . com / opencontainers / umoci v0 . 4.8 - 0.20210922062158 - e60a0cc726e6
2019-12-13 23:57:51 +03:00
github . com / phayes / freeport v0 . 0.0 - 20180830031419 - 95 f893ade6f2
2021-05-21 23:47:28 +03:00
github . com / rs / zerolog v1 . 22.0
2019-12-11 23:16:37 +03:00
github . com / smartystreets / goconvey v1 . 6.4
2021-05-21 23:47:28 +03:00
github . com / spf13 / cobra v1 . 2.1
github . com / spf13 / viper v1 . 8.1
2021-04-06 03:40:33 +03:00
github . com / stretchr / testify v1 . 7.0
2021-05-21 23:47:28 +03:00
github . com / swaggo / http - swagger v1 . 0.0
github . com / swaggo / swag v1 . 7.0
2021-10-05 00:27:26 +03:00
github . com / urfave / cli / v2 v2 . 3.0
2021-05-21 23:47:28 +03:00
github . com / vektah / gqlparser / v2 v2 . 2.0
2021-10-05 00:27:26 +03:00
go . etcd . io / bbolt v1 . 3.6
2021-09-23 19:36:11 +03:00
golang . org / x / crypto v0 . 0.0 - 20210921155107 - 089 bfa567519
golang . org / x / sys v0 . 0.0 - 20210923061019 - b8560ed6a9b7 / / indirect
2019-06-21 02:36:40 +03:00
gopkg . in / resty . v1 v1 . 12.0
2021-04-06 03:40:33 +03:00
gopkg . in / yaml . v2 v2 . 4.0
2019-06-21 02:36:40 +03:00
)
2020-06-24 22:38:42 +03:00
2021-09-23 19:36:11 +03:00
replace (
2021-10-05 00:27:26 +03: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-06-08 23:11:18 +03:00
github . com / containers / image / v5 = > github . com / anuvu / image / v5 v5 . 0.0 - 20210310195111 - 044 dd755e25e
2021-09-23 19:36:11 +03:00
)