mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Use NewHTTPError to return better errors
That function is merged upstream, but the current version still depends on some stuff not yet merged into upstream go-webdav.
This commit is contained in:
parent
c2f35df455
commit
4765adc1a3
4 changed files with 27 additions and 14 deletions
3
go.mod
3
go.mod
|
|
@ -13,4 +13,5 @@ require (
|
|||
|
||||
require golang.org/x/text v0.3.7 // indirect
|
||||
|
||||
replace github.com/emersion/go-webdav v0.3.2-0.20220310154811-85d2b222bbcd => github.com/bitfehler/go-webdav v0.3.2-0.20220503133151-e5312775c02f
|
||||
// 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue