mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 14:17:21 +01:00
Update to latest go-webdav
This commit is contained in:
parent
10587f425b
commit
474048d4cd
2 changed files with 11 additions and 6 deletions
5
go.mod
5
go.mod
|
|
@ -3,15 +3,16 @@ module git.sr.ht/~sircmpwn/tokidoki
|
|||
go 1.18
|
||||
|
||||
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-imap v1.2.0
|
||||
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
|
||||
github.com/emersion/go-vcard v0.0.0-20210521075357-3445b9171995
|
||||
github.com/emersion/go-webdav v0.3.2-0.20220603063605-db966a275c93
|
||||
github.com/emersion/go-webdav v0.3.2-0.20220916070414-6f22a649ac4c
|
||||
github.com/go-chi/chi/v5 v5.0.7
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/msteinert/pam v1.0.0 // indirect
|
||||
github.com/teambition/rrule-go v1.7.2 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue