25 lines
856 B
Modula-2
25 lines
856 B
Modula-2
module git.sr.ht/~sircmpwn/tokidoki
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
git.sr.ht/~emersion/go-oauth2 v0.0.0-20240217160856-2e0d6e20b088
|
|
github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
|
|
github.com/emersion/go-imap/v2 v2.0.0-beta.2.0.20240417100641-a587a14d3f01
|
|
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
|
|
github.com/emersion/go-webdav v0.5.1-0.20240419143909-21f251fa1de2
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/msteinert/pam/v2 v2.0.0
|
|
github.com/rs/zerolog v1.31.0
|
|
golang.org/x/crypto v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/emersion/go-message v0.18.1 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // 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.16.0 // indirect
|
|
)
|