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 (
|
2024-02-19 17:19:32 +00:00
|
|
|
git.sr.ht/~emersion/go-oauth2 v0.0.0-20240217160856-2e0d6e20b088
|
2024-04-19 15:42:20 +01:00
|
|
|
github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
|
2024-02-19 17:21:12 +00:00
|
|
|
github.com/emersion/go-imap/v2 v2.0.0-beta.2.0.20240417100641-a587a14d3f01
|
2023-12-19 20:22:36 +00:00
|
|
|
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
|
2024-04-19 15:42:20 +01:00
|
|
|
github.com/emersion/go-webdav v0.5.1-0.20240419143909-21f251fa1de2
|
2024-04-19 16:40:46 +01:00
|
|
|
github.com/go-chi/chi/v5 v5.0.12
|
2024-04-19 16:37:55 +01:00
|
|
|
github.com/msteinert/pam/v2 v2.0.0
|
2024-04-19 16:40:46 +01:00
|
|
|
github.com/rs/zerolog v1.32.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 (
|
2024-02-19 17:21:12 +00:00
|
|
|
github.com/emersion/go-message v0.18.1 // indirect
|
|
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
|
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-04-19 16:40:46 +01:00
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2022-09-10 18:13:20 +01:00
|
|
|
)
|