2019-06-21 02:36:40 +03:00
module github . com / anuvu / zot
2020-05-12 01:13:24 +03:00
go 1.14
2019-06-21 02:36:40 +03:00
require (
2019-12-11 23:16:37 +03:00
github . com / alecthomas / template v0 . 0.0 - 20190718012654 - fb15b899a751
2020-02-01 01:46:03 +03:00
github . com / chartmuseum / auth v0 . 4.0
2019-08-15 19:34:54 +03:00
github . com / getlantern / deepcopy v0 . 0.0 - 20160317154340 - 7 f45deb8130a
2019-09-18 01:45:28 +03:00
github . com / go - chi / chi v4 . 0.2 + incompatible / / indirect
2019-12-11 23:16:37 +03:00
github . com / go - ldap / ldap / v3 v3 . 1.3
2019-06-21 02:36:40 +03:00
github . com / gofrs / uuid v3 . 2.0 + incompatible
2019-11-26 01:33:58 +03:00
github . com / gorilla / handlers v1 . 4.2
2019-07-10 08:23:59 +03:00
github . com / gorilla / mux v1 . 7.3
2020-01-07 21:44:03 +03:00
github . com / json - iterator / go v1 . 1.9
2019-06-21 02:36:40 +03:00
github . com / mitchellh / mapstructure v1 . 1.2
2019-08-15 19:34:54 +03:00
github . com / nmcclain / asn1 - ber v0 . 0.0 - 20170104154839 - 2661553 a0484 / / indirect
2019-12-11 23:16:37 +03:00
github . com / nmcclain / ldap v0 . 0.0 - 20191021200707 - 3 b3b69a7e9e3
2019-06-21 02:36:40 +03:00
github . com / opencontainers / distribution - spec v1 . 0.0 - rc0
2020-06-26 03:04:32 +03:00
github . com / opencontainers / go - digest v1 . 0.0
2019-06-21 02:36:40 +03:00
github . com / opencontainers / image - spec v1 . 0.1
2020-06-26 03:04:32 +03:00
github . com / opencontainers / umoci v0 . 4.6
2019-12-13 23:57:51 +03:00
github . com / phayes / freeport v0 . 0.0 - 20180830031419 - 95 f893ade6f2
2019-12-11 23:16:37 +03:00
github . com / rs / zerolog v1 . 17.2
github . com / smartystreets / goconvey v1 . 6.4
2019-06-21 02:36:40 +03:00
github . com / spf13 / cobra v0 . 0.5
2019-12-11 23:16:37 +03:00
github . com / spf13 / viper v1 . 6.1
2019-07-10 08:23:59 +03:00
github . com / swaggo / http - swagger v0 . 0.0 - 20190614090009 - c2865af9083e
2019-12-11 23:16:37 +03:00
github . com / swaggo / swag v1 . 6.3
2020-02-18 00:57:15 +03:00
go . etcd . io / bbolt v1 . 3.4
2020-06-26 03:04:32 +03:00
golang . org / x / crypto v0 . 0.0 - 20200604202706 - 70 a84ac30bf9
2019-06-21 02:36:40 +03:00
gopkg . in / resty . v1 v1 . 12.0
)