mirror of
https://github.com/1f349/go-webdav.git
synced 2025-01-11 18:06:36 +00:00
10 lines
239 B
Modula-2
10 lines
239 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-20230815062825-8fda7d206ec9
|
|
github.com/teambition/rrule-go v1.8.2 // indirect
|
|
)
|