caldav: upgrade to latest go-ical API

This commit is contained in:
Simon Ser
2020-02-24 21:16:45 +01:00
parent 4c419a961d
commit 514296664c
3 changed files with 6 additions and 6 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-20200224170602-c9b8621220bc
github.com/emersion/go-ical v0.0.0-20200224201310-cd514449c39e
github.com/emersion/go-vcard v0.0.0-20191221110513-5f81fa0d3cc7
)