2021-01-09 17:06:13 +01:00
|
|
|
module git.lattuga.net/blallo/papero
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2021-01-31 01:15:07 +01:00
|
|
|
github.com/emersion/go-imap v1.0.6
|
2021-01-09 17:06:13 +01:00
|
|
|
github.com/google/go-cmp v0.5.4
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-01-31 01:15:07 +01:00
|
|
|
github.com/withmandala/go-log v0.1.0
|
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2021-01-09 17:06:13 +01:00
|
|
|
)
|