experimental webdav upload

This commit is contained in:
ston1th 2019-08-31 16:43:54 +02:00
commit 7570b09f9f
10 changed files with 47 additions and 2 deletions

2
go.mod
View file

@ -3,6 +3,7 @@ module git.giftfish.de/ston1th/docstore
go 1.12
require (
git.giftfish.de/ston1th/authdav v1.0.0
git.giftfish.de/ston1th/godrop/v2 v2.1.0
git.giftfish.de/ston1th/jwt/v3 v3.2.0
github.com/RoaringBitmap/roaring v0.4.17 // indirect
@ -32,4 +33,5 @@ require (
github.com/urfave/cli v1.20.0
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
)