mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 21:19:18 -06:00
- adds an access token middleware to read the x-access-token header, extract the reva user from it and store it in the context - implments the ocs/v[12].php/cloud/user/signing-key endpoint - reads or creates signing key in ocis-store Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
35 lines
1.3 KiB
Modula-2
35 lines
1.3 KiB
Modula-2
module github.com/owncloud/ocis-ocs
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/jaeger v0.2.0
|
|
contrib.go.opencensus.io/exporter/ocagent v0.7.0
|
|
contrib.go.opencensus.io/exporter/zipkin v0.1.1
|
|
github.com/UnnoTed/fileb0x v1.1.4
|
|
github.com/cs3org/go-cs3apis v0.0.0-20200611124600-7a1be2026543 // indirect
|
|
github.com/cs3org/reva v0.1.0
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/go-test/deep v1.0.6 // indirect
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/micro/cli/v2 v2.1.2
|
|
github.com/micro/go-micro/v2 v2.6.0
|
|
github.com/oklog/run v1.1.0
|
|
github.com/openzipkin/zipkin-go v0.2.2
|
|
github.com/owncloud/ocis-pkg/v2 v2.2.2-0.20200527082518-5641fa4a4c8c
|
|
github.com/owncloud/ocis-store v0.0.0-20200716140351-f9670592fb7b
|
|
github.com/prometheus/client_golang v1.7.0 // indirect
|
|
github.com/restic/calens v0.2.0
|
|
github.com/rs/zerolog v1.19.0 // indirect
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/viper v1.7.0
|
|
go.opencensus.io v0.22.4
|
|
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|