tokidoki/go.mod
Conrad Hoffmann 53b2c88311 Adapt to latest changes in go-webdav
There is now only one last PR missing before we can start using the
vanilla upstream go-webdav again. Thanks a lot to Simon for his patience
reviewing my PRs!
2022-05-13 15:38:02 +02:00

18 lines
644 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.20220310154811-85d2b222bbcd
github.com/go-chi/chi/v5 v5.0.7
)
require golang.org/x/text v0.3.7 // indirect
// This needs to be removed once everything is merged upstream
replace github.com/emersion/go-webdav v0.3.2-0.20220310154811-85d2b222bbcd => github.com/bitfehler/go-webdav v0.3.2-0.20220513133554-bf9c9fcc431a