2019-06-21 02:36:40 +03:00
module github . com / anuvu / zot
2019-12-11 23:16:37 +03:00
go 1.13
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
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
2019-12-11 23:16:37 +03:00
github . com / json - iterator / go v1 . 1.8
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
github . com / opencontainers / go - digest v1 . 0.0 - rc1
github . com / opencontainers / image - spec v1 . 0.1
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
golang . org / x / crypto v0 . 0.0 - 20191206172530 - e9b2fee46413
2019-06-21 02:36:40 +03:00
gopkg . in / resty . v1 v1 . 12.0
)