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/Masterminds/sprig/v3 v3.1.0 // indirect github.com/UnnoTed/fileb0x v1.1.4 github.com/cespare/reflex v0.2.0 github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31 // indirect github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect github.com/golang/protobuf v1.3.2 github.com/imdario/mergo v0.3.9 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/mattn/go-colorable v0.1.2 // indirect github.com/micro/cli/v2 v2.1.1 github.com/micro/go-micro/v2 v2.0.0 github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/ogier/pflag v0.0.1 github.com/oklog/run v1.0.0 github.com/openzipkin/zipkin-go v0.2.2 github.com/owncloud/ocis-pkg/v2 v2.2.1 github.com/prometheus/client_golang v1.2.1 github.com/restic/calens v0.2.0 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/viper v1.5.0 github.com/stretchr/testify v1.4.0 go.opencensus.io v0.22.2 golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a // indirect golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/tools v0.0.0-20200421042724-cfa8b22178d2 // indirect honnef.co/go/tools v0.0.1-2020.1.3 // indirect )