go-webdav/go.mod

10 lines
239 B
Modula-2
Raw Normal View History

2019-12-17 16:24:38 +00:00
module github.com/emersion/go-webdav
go 1.13
2020-01-14 22:44:21 +00:00
2020-02-05 17:05:48 +00:00
require (
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
2023-09-10 06:52:02 +01:00
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/teambition/rrule-go v1.8.2 // indirect
2020-02-05 17:05:48 +00:00
)