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