summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/kballard
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to dep (#3972)Antoine GIRARD2018-05-211-36/+0
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Add support for extra sendmail arguments (#2731)Jonas Bröms2017-10-255-0/+304
* Add support for extra sendmail arguments * Sendmail args to exec.command should be a list * Add go-shellquote package * Use go-shellquote lib for parsing Sendmail args * Only parse if sendmail is configured