2020-05-13 12:07:44 +00:00
|
|
|
module git.sr.ht/~emersion/alps
|
2019-12-02 14:31:00 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-12-02 16:24:19 +00:00
|
|
|
require (
|
2020-10-23 17:30:29 +00:00
|
|
|
git.sr.ht/~sircmpwn/dowork v0.0.0-20201013174036-53a05612a082
|
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
|
2020-05-13 17:42:41 +00:00
|
|
|
github.com/emersion/go-ical v0.0.0-20200225233454-26ef720b8bf1
|
2020-03-19 15:43:27 +00:00
|
|
|
github.com/emersion/go-imap v1.0.4
|
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
|
2020-01-20 19:25:41 +00:00
|
|
|
github.com/emersion/go-imap-specialuse v0.0.0-20161227184202-ba031ced6a62
|
2020-05-13 13:09:48 +00:00
|
|
|
github.com/emersion/go-message v0.11.2
|
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
|
|
github.com/emersion/go-smtp v0.13.0
|
|
|
|
github.com/emersion/go-vcard v0.0.0-20200508080525-dd3110a24ec2
|
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
|
2020-02-12 20:13:51 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-01-20 17:28:49 +00:00
|
|
|
github.com/gorilla/css v1.0.0 // indirect
|
2020-05-13 13:09:48 +00:00
|
|
|
github.com/labstack/echo/v4 v4.1.16
|
2019-12-04 17:30:01 +00:00
|
|
|
github.com/labstack/gommon v0.3.0
|
2020-01-20 17:28:49 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
2020-01-20 14:41:37 +00:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
|
2020-02-25 23:14:30 +00:00
|
|
|
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
|
2020-05-13 13:09:48 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
|
2019-12-09 15:02:12 +00:00
|
|
|
layeh.com/gopher-luar v1.0.7
|
2019-12-02 16:24:19 +00:00
|
|
|
)
|