mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 05:51:33 -05:00
33 lines
1.2 KiB
Modula-2
33 lines
1.2 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.5.0
|
|
contrib.go.opencensus.io/exporter/zipkin v0.1.1
|
|
github.com/UnnoTed/fileb0x v1.1.4 // indirect
|
|
github.com/ascarter/requestid v0.0.0-20170313220838-5b76ab3d4aee
|
|
github.com/cespare/reflex v0.2.0 // indirect
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.2
|
|
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
|
|
github.com/justinas/alice v1.2.0
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/micro/cli v0.2.0
|
|
github.com/micro/go-micro v1.17.1
|
|
github.com/micro/go-plugins v1.5.1
|
|
github.com/ogier/pflag v0.0.1 // indirect
|
|
github.com/oklog/run v1.0.0
|
|
github.com/openzipkin/zipkin-go v0.1.6
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/restic/calens v0.1.0 // indirect
|
|
github.com/spf13/viper v1.5.0
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
|
go.opencensus.io v0.22.2
|
|
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933
|
|
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a
|
|
)
|