tokidoki/go.mod

23 lines
718 B
Modula-2
Raw Normal View History

2022-02-21 09:10:25 +00:00
module git.sr.ht/~sircmpwn/tokidoki
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
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
2022-12-14 14:18:40 +00:00
github.com/emersion/go-webdav v0.3.2-0.20221213144651-0456b28ba351
github.com/go-chi/chi/v5 v5.0.7
github.com/msteinert/pam v1.0.0
github.com/rs/zerolog v1.28.0
2022-02-21 09:55:02 +00:00
)
require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
2022-10-18 14:19:30 +01:00
github.com/teambition/rrule-go v1.7.2 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
golang.org/x/text v0.3.7 // indirect
)