mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
24 lines
825 B
Modula-2
24 lines
825 B
Modula-2
module git.sr.ht/~sircmpwn/tokidoki
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
git.sr.ht/~emersion/go-oauth2 v0.0.0-20240226120011-78f10ffd1d51
|
|
github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
|
|
github.com/emersion/go-imap/v2 v2.0.0-beta.4
|
|
github.com/emersion/go-vcard v0.0.0-20241024213814-c9703dde27ff
|
|
github.com/emersion/go-webdav v0.5.1-0.20240713135526-7f8c17ad7135
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/msteinert/pam/v2 v2.0.0
|
|
github.com/rs/zerolog v1.33.0
|
|
golang.org/x/crypto v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/emersion/go-message v0.18.1 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/teambition/rrule-go v1.8.2 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|