2019-06-20 16:36:40 -07:00
|
|
|
module github.com/anuvu/zot
|
|
|
|
|
2019-12-11 12:16:37 -08:00
|
|
|
go 1.13
|
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-01-31 16:46:03 -06:00
|
|
|
github.com/chartmuseum/auth v0.4.0
|
2019-08-15 09:34:54 -07:00
|
|
|
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a
|
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
|
2019-07-09 22:23:59 -07:00
|
|
|
github.com/gorilla/mux v1.7.3
|
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-2661553a0484 // indirect
|
2019-12-11 12:16:37 -08:00
|
|
|
github.com/nmcclain/ldap v0.0.0-20191021200707-3b3b69a7e9e3
|
2019-06-20 16:36:40 -07: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-13 14:57:51 -06:00
|
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
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
|
|
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
2019-06-20 16:36:40 -07:00
|
|
|
gopkg.in/resty.v1 v1.12.0
|
|
|
|
)
|