Files
opencloud/go.mod
David Christofas a98df0b11f first prototype of the thumbnail service
Currently uses in memory caching and loads the file from the local
filesystem.
2020-03-03 16:40:09 +01:00

21 lines
684 B
Modula-2

module github.com/owncloud/ocis-thumbnails
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/go-chi/chi v4.0.2+incompatible
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/micro/cli/v2 v2.1.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
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/v2 v2.0.1
github.com/spf13/viper v1.5.0
go.opencensus.io v0.22.2
)