mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Switch to new interfaces with context
See https://github.com/emersion/go-webdav/pull/53
This commit is contained in:
parent
6051fec4c4
commit
3281b1d32b
3 changed files with 17 additions and 14 deletions
13
go.mod
13
go.mod
|
|
@ -3,10 +3,11 @@ module git.sr.ht/~sircmpwn/tokidoki
|
|||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/emersion/go-imap v1.2.0 // indirect
|
||||
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac // indirect
|
||||
github.com/emersion/go-vcard v0.0.0-20210521075357-3445b9171995 // indirect
|
||||
github.com/emersion/go-webdav v0.3.1 // indirect
|
||||
github.com/go-chi/chi/v5 v5.0.7 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
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.20220223110113-0f6744ede83c
|
||||
github.com/go-chi/chi/v5 v5.0.7
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.3.7 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue