Switch to latest upstream go-webdav

* Use one, fixed path layout
* New type `ConditionalMatch` for contents of `If-Match`/`If-None-Match`
  header
This commit is contained in:
Conrad Hoffmann 2022-11-22 16:05:00 +01:00
parent 7f0f9fd365
commit 68de660456
3 changed files with 53 additions and 37 deletions

4
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/emersion/go-imap v1.2.0
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
github.com/emersion/go-vcard v0.0.0-20210521075357-3445b9171995
github.com/emersion/go-webdav v0.3.2-0.20220916070414-6f22a649ac4c
github.com/emersion/go-webdav v0.3.2-0.20221122105813-ac9af45270fb
github.com/go-chi/chi/v5 v5.0.7
github.com/msteinert/pam v1.0.0
)
@ -16,5 +16,3 @@ require (
github.com/teambition/rrule-go v1.7.2 // indirect
golang.org/x/text v0.3.7 // indirect
)
replace github.com/emersion/go-webdav v0.3.2-0.20220916070414-6f22a649ac4c => github.com/bitfehler/go-webdav v0.3.2-0.20221031110527-fb914f2f6d18