001917295d
The filesystem storage backend now implements the required functions to act as a basic CalDAV server. Some refactoring was done based on the go-webdav development: introduce a UserPrincipalBackend, a new function to serve the user principal URL, and more. See this PR for lots of details: https://github.com/emersion/go-webdav/pull/62 Also adds a simple facility for debug output.
17 lines
581 B
Modula-2
17 lines
581 B
Modula-2
module git.sr.ht/~sircmpwn/tokidoki
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/emersion/go-ical v0.0.0-20200224201310-cd514449c39e
|
|
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/go-chi/chi/v5 v5.0.7
|
|
)
|
|
|
|
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
|