2022-02-21 09:10:25 +00:00
|
|
|
module git.sr.ht/~sircmpwn/tokidoki
|
|
|
|
|
2022-03-23 09:38:14 +00:00
|
|
|
go 1.18
|
2022-02-21 09:10:25 +00:00
|
|
|
|
2022-02-21 09:55:02 +00:00
|
|
|
require (
|
2022-10-18 14:19:30 +01:00
|
|
|
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
|
2023-12-19 20:22:36 +00:00
|
|
|
github.com/emersion/go-imap v1.2.1
|
|
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
|
|
|
|
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
|
2024-02-02 21:19:36 +00:00
|
|
|
github.com/emersion/go-webdav v0.5.1-0.20240202164822-eaac65215b3a
|
2023-12-19 20:22:36 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
|
|
github.com/msteinert/pam v1.2.0
|
|
|
|
github.com/rs/zerolog v1.31.0
|
2024-02-05 16:23:11 +00:00
|
|
|
golang.org/x/crypto v0.18.0
|
2022-02-21 09:55:02 +00:00
|
|
|
)
|
2022-02-23 12:36:51 +00:00
|
|
|
|
2022-09-10 18:13:20 +01:00
|
|
|
require (
|
2023-12-19 20:22:36 +00:00
|
|
|
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
|
2024-02-02 21:19:36 +00:00
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
2023-12-19 20:22:36 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2022-09-10 18:13:20 +01:00
|
|
|
)
|