Use new ical library

This commit is contained in:
Simon Ser
2020-02-24 17:52:25 +01:00
parent 7d2b6a3902
commit 07d4dfae5e
4 changed files with 7 additions and 12 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-20200224161826-aa4584e92c62
github.com/emersion/go-vcard v0.0.0-20191221110513-5f81fa0d3cc7
github.com/luxifer/ical v0.0.0-20191105105432-84b768eb6395
)