webhookd/go.mod
Nicolas Carlier 1dab1e968d feat(notification): complete refactoring of the notification system
- URL based configuration
- Only prefixed output lines are notified
- HTTP notifier: send a JSON with notification in the text attribute
- SMTP notifier: send an email with notification text in body
2018-12-30 21:00:22 +00:00

8 lines
232 B
Modula-2

module github.com/ncarlier/webhookd
require (
github.com/derekparker/delve v1.1.0 // indirect
github.com/ncarlier/feedpushr v0.0.0-20181216134954-14f9db944a7c // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
)