Update go-ical

It's only a dependency update in go-ical, but it allows gettin rid of
rrule-go v.1.7, which is nice.
This commit is contained in:
Conrad Hoffmann
2024-04-19 16:34:19 +02:00
committed by Simon Ser
parent ff8598015d
commit 21f251fa1d
2 changed files with 3 additions and 5 deletions

3
go.mod
View File

@@ -3,7 +3,6 @@ module github.com/emersion/go-webdav
go 1.13
require (
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/teambition/rrule-go v1.8.2 // indirect
)