mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 06:50:36 -05:00
* Add support for /me/drive/root/children * Add chis StripSlashes middleware * Configure REVA gateway endpoint * Explicit authenticate on the gateway * Fill more drive item attributes
28 lines
1.0 KiB
Modula-2
28 lines
1.0 KiB
Modula-2
module github.com/owncloud/ocis-graph
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/jaeger v0.2.0
|
|
contrib.go.opencensus.io/exporter/ocagent v0.6.0
|
|
contrib.go.opencensus.io/exporter/zipkin v0.1.1
|
|
github.com/cespare/reflex v0.2.0 // indirect
|
|
github.com/cs3org/go-cs3apis v0.0.0-20191128165347-19746c015c83
|
|
github.com/cs3org/reva v0.0.2-0.20200115110931-4c7513415ec5
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/micro/cli v0.2.0
|
|
github.com/ogier/pflag v0.0.1 // indirect
|
|
github.com/oklog/run v1.0.0
|
|
github.com/openzipkin/zipkin-go v0.2.2
|
|
github.com/owncloud/ocis-pkg v1.2.1-0.20191216110718-ef1320072cd7
|
|
github.com/restic/calens v0.1.0 // indirect
|
|
github.com/spf13/viper v1.5.0
|
|
github.com/yaegashi/msgraph.go v0.0.0-20191104022859-3f9096c750b2
|
|
go.opencensus.io v0.22.2
|
|
google.golang.org/grpc v1.26.0
|
|
gopkg.in/ldap.v3 v3.1.0
|
|
)
|