mirror of
https://github.com/1f349/go-webdav.git
synced 2025-01-30 19:26:31 +00:00
21f251fa1d
It's only a dependency update in go-ical, but it allows gettin rid of rrule-go v.1.7, which is nice.
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-20240127095438-fc1c9d8fb2b6
|
|
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
|
|
)
|