mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 16:24:14 +00:00
58dc8e4982
Needed for handling of recurring events.
9 lines
188 B
Modula-2
9 lines
188 B
Modula-2
module github.com/emersion/go-webdav
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
|
|
github.com/emersion/go-vcard v0.0.0-20191221110513-5f81fa0d3cc7
|
|
)
|