Update to latest version of go-ical

Needed for handling of recurring events.
This commit is contained in:
Conrad Hoffmann
2022-08-31 12:04:45 +02:00
committed by Conrad Hoffmann
parent 9adfd95fa9
commit 58dc8e4982
2 changed files with 5 additions and 3 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/emersion/go-webdav
go 1.13
require (
github.com/emersion/go-ical v0.0.0-20200224201310-cd514449c39e
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
github.com/emersion/go-vcard v0.0.0-20191221110513-5f81fa0d3cc7
)