Switch back to upstream go-webdav

It now has all the patches needed. There is still more to come for
providing more functionality, but this can all happen upstream.
This commit is contained in:
Conrad Hoffmann 2022-06-01 11:11:20 +02:00
parent 5edd0f5a0e
commit b2057fe9ef
2 changed files with 3 additions and 6 deletions

5
go.mod
View file

@ -7,11 +7,8 @@ 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.20220310154811-85d2b222bbcd
github.com/emersion/go-webdav v0.3.2-0.20220531210442-d7891ce50c84
github.com/go-chi/chi/v5 v5.0.7
)
require golang.org/x/text v0.3.7 // indirect
// This needs to be removed once everything is merged upstream
replace github.com/emersion/go-webdav v0.3.2-0.20220310154811-85d2b222bbcd => github.com/bitfehler/go-webdav v0.3.2-0.20220517131716-4ba36d52ba63