tokidoki/go.mod
Conrad Hoffmann b2057fe9ef Switch back to upstream go-webdav
It now has all the patches needed. There is still more to come for
providing more functionality, but this can all happen upstream.
2022-06-01 11:11:20 +02:00

15 lines
434 B
Modula-2

module git.sr.ht/~sircmpwn/tokidoki
go 1.18
require (
github.com/emersion/go-ical v0.0.0-20200224201310-cd514449c39e
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.20220531210442-d7891ce50c84
github.com/go-chi/chi/v5 v5.0.7
)
require golang.org/x/text v0.3.7 // indirect