2020-11-18 18:31:43 +00:00
|
|
|
module git.sr.ht/~migadu/alps
|
2019-12-02 14:31:00 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-12-02 16:24:19 +00:00
|
|
|
require (
|
2020-01-20 17:28:49 +00:00
|
|
|
github.com/aymerick/douceur v0.2.0
|
|
|
|
github.com/chris-ramon/douceur v0.2.0
|
2020-10-23 20:07:59 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2021-07-05 09:19:41 +00:00
|
|
|
github.com/emersion/go-ical v0.0.0-20210319224440-20039d462364
|
|
|
|
github.com/emersion/go-imap v1.1.0
|
2020-01-28 19:04:18 +00:00
|
|
|
github.com/emersion/go-imap-metadata v0.0.0-20200128185110-9d939d2a0915
|
2019-12-16 16:25:53 +00:00
|
|
|
github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
|
2021-07-05 09:19:41 +00:00
|
|
|
github.com/emersion/go-imap-specialuse v0.0.0-20201101201809-1ab93d3d150e
|
|
|
|
github.com/emersion/go-message v0.15.0
|
2020-05-13 13:09:48 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
2021-07-05 09:19:41 +00:00
|
|
|
github.com/emersion/go-smtp v0.15.0
|
|
|
|
github.com/emersion/go-vcard v0.0.0-20210521075357-3445b9171995
|
2020-05-13 14:48:03 +00:00
|
|
|
github.com/emersion/go-webdav v0.3.1-0.20200513144525-a4e0e8100397
|
2020-05-20 17:05:05 +00:00
|
|
|
github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
|
2021-07-05 09:19:41 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/labstack/echo/v4 v4.3.0
|
2019-12-04 17:30:01 +00:00
|
|
|
github.com/labstack/gommon v0.3.0
|
2021-07-05 09:19:41 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
|
|
github.com/microcosm-cc/bluemonday v1.0.14
|
|
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
2020-11-19 15:50:52 +00:00
|
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
2021-07-05 09:19:41 +00:00
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
|
|
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
|
2020-02-25 23:14:30 +00:00
|
|
|
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
|
2021-07-05 09:19:41 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
|
|
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-11-19 15:50:52 +00:00
|
|
|
jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7
|
2021-07-05 09:19:41 +00:00
|
|
|
layeh.com/gopher-luar v1.0.8
|
2019-12-02 16:24:19 +00:00
|
|
|
)
|