mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Adapt to latest changes in go-webdav
There is now only one last PR missing before we can start using the vanilla upstream go-webdav again. Thanks a lot to Simon for his patience reviewing my PRs!
This commit is contained in:
parent
4765adc1a3
commit
53b2c88311
3 changed files with 7 additions and 7 deletions
2
go.mod
2
go.mod
|
|
@ -14,4 +14,4 @@ require (
|
|||
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.20220505121709-bb7224b67200
|
||||
replace github.com/emersion/go-webdav v0.3.2-0.20220310154811-85d2b222bbcd => github.com/bitfehler/go-webdav v0.3.2-0.20220513133554-bf9c9fcc431a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue