Upgrade dependencies

This commit is contained in:
Simon Ser
2023-09-10 14:52:02 +09:00
parent fc4ea1aae2
commit dddaf279ed
2 changed files with 6 additions and 4 deletions

3
go.mod
View File

@@ -4,5 +4,6 @@ go 1.13
require (
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
github.com/emersion/go-vcard v0.0.0-20191221110513-5f81fa0d3cc7
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/teambition/rrule-go v1.8.2 // indirect
)