A webmail client. Forked from https://git.sr.ht/~migadu/alps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

35 lines
1.5 KiB

  1. module git.sr.ht/~emersion/alps
  2. go 1.13
  3. require (
  4. git.sr.ht/~sircmpwn/dowork v0.0.0-20201013174036-53a05612a082
  5. github.com/aymerick/douceur v0.2.0
  6. github.com/chris-ramon/douceur v0.2.0
  7. github.com/dustin/go-humanize v1.0.0
  8. github.com/emersion/go-ical v0.0.0-20200225233454-26ef720b8bf1
  9. github.com/emersion/go-imap v1.0.4
  10. github.com/emersion/go-imap-metadata v0.0.0-20200128185110-9d939d2a0915
  11. github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
  12. github.com/emersion/go-imap-specialuse v0.0.0-20161227184202-ba031ced6a62
  13. github.com/emersion/go-message v0.13.1-0.20201112194930-f77964fe28bd
  14. github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
  15. github.com/emersion/go-smtp v0.13.0
  16. github.com/emersion/go-vcard v0.0.0-20200508080525-dd3110a24ec2
  17. github.com/emersion/go-webdav v0.3.1-0.20200513144525-a4e0e8100397
  18. github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
  19. github.com/google/uuid v1.1.1
  20. github.com/gorilla/css v1.0.0 // indirect
  21. github.com/labstack/echo/v4 v4.1.16
  22. github.com/labstack/gommon v0.3.0
  23. github.com/microcosm-cc/bluemonday v1.0.2
  24. github.com/olekukonko/tablewriter v0.0.4 // indirect
  25. github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
  26. github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
  27. gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
  28. golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
  29. golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
  30. jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7
  31. layeh.com/gopher-luar v1.0.7
  32. )