mirror of
https://github.com/Luzifer/automail.git
synced 2024-12-20 13:01:20 +00:00
14 lines
374 B
Modula-2
14 lines
374 B
Modula-2
module github.com/Luzifer/automail
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.10.0
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/emersion/go-imap v1.0.5
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200515024757-02f0bf5dbca3
|
|
github.com/jhillyerd/enmime v0.8.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|