added webdav filter for macos files
This commit is contained in:
parent
7570b09f9f
commit
196b6959da
3 changed files with 7 additions and 4 deletions
4
go.mod
4
go.mod
|
|
@ -3,7 +3,7 @@ module git.giftfish.de/ston1th/docstore
|
|||
go 1.12
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/authdav v1.0.0
|
||||
git.giftfish.de/ston1th/authdav v1.1.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
|
||||
|
|
@ -33,5 +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
|
||||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue