implement thumbnail support for txt files

This commit is contained in:
David Christofas
2021-04-29 13:48:01 +02:00
parent 9ddfab8fbd
commit 12b4a26385
16 changed files with 160 additions and 59 deletions
+2
View File
@@ -10,6 +10,7 @@ require (
github.com/cs3org/go-cs3apis v0.0.0-20210325133324-32b03d75a535
github.com/cs3org/reva v1.6.1-0.20210414111318-a4b5148cbfb2
github.com/disintegration/imaging v1.6.2
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.2.0
github.com/micro/cli/v2 v2.1.2
@@ -23,6 +24,7 @@ require (
github.com/stretchr/testify v1.7.0
github.com/thejerf/suture/v4 v4.0.0
go.opencensus.io v0.23.0
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.26.0
)