mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 03:09:33 -06:00
48 lines
1.8 KiB
Modula-2
48 lines
1.8 KiB
Modula-2
module github.com/owncloud/ocis/thumbnails
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/jaeger v0.2.1
|
|
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/envoyproxy/protoc-gen-validate v0.4.1 // indirect
|
|
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31 // indirect
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.11 // 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.2
|
|
github.com/micro/go-micro v1.18.0 // indirect
|
|
github.com/micro/go-micro/v2 v2.9.1
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/mwitkow/go-proto-validators v0.3.2 // 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/ocis-pkg v0.0.0-20200918114005-1a0ddd2190ee
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/pseudomuto/protoc-gen-doc v1.3.2 // indirect
|
|
github.com/restic/calens v0.2.0
|
|
github.com/spf13/viper v1.6.3
|
|
github.com/stretchr/testify v1.6.1
|
|
go.opencensus.io v0.22.4
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
google.golang.org/genproto v0.0.0-20200918140846-d0d605568037 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.0
|
|
)
|
|
|
|
replace (
|
|
github.com/owncloud/ocis/ocis-pkg => ../ocis-pkg
|
|
google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
|
)
|