mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Temporarily switch to dev version of go-webdav
This commit is contained in:
parent
474048d4cd
commit
9425b8cc81
2 changed files with 5 additions and 3 deletions
4
go.mod
4
go.mod
|
|
@ -9,10 +9,12 @@ require (
|
|||
github.com/emersion/go-vcard v0.0.0-20210521075357-3445b9171995
|
||||
github.com/emersion/go-webdav v0.3.2-0.20220916070414-6f22a649ac4c
|
||||
github.com/go-chi/chi/v5 v5.0.7
|
||||
github.com/msteinert/pam v1.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/msteinert/pam v1.0.0 // indirect
|
||||
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.20221028101101-1f919ded95fa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue