papero/go.mod

13 lines
304 B
Modula-2
Raw Normal View History

2021-04-01 18:09:04 +02:00
module git.sr.ht/~blallo/papero
2021-01-09 17:06:13 +01:00
go 1.15
require (
github.com/BurntSushi/toml v0.3.1
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
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
)