crowdsec/plugins/notifications/email/go.mod

12 lines
254 B
Modula-2
Raw Normal View History

module github.com/crowdsecurity/email-plugin
go 1.16
require (
github.com/crowdsecurity/crowdsec v1.2.0
github.com/hashicorp/go-hclog v1.0.0
github.com/hashicorp/go-plugin v1.4.3
github.com/xhit/go-simple-mail/v2 v2.10.0
gopkg.in/yaml.v2 v2.4.0
)