diff options
author | Jonas Bröms <cez81@users.noreply.github.com> | 2017-10-25 21:27:25 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-10-25 22:27:25 +0300 |
commit | e86a0bf3feab82c1b3439806245083dffb2f37c9 (patch) | |
tree | 8c47d111db8214dbbf3c291a43ad5793a49874b2 /vendor/vendor.json | |
parent | 3af5b67ed030f84c7269d091add9e476537d30d7 (diff) | |
download | gitea-e86a0bf3feab82c1b3439806245083dffb2f37c9.tar.gz gitea-e86a0bf3feab82c1b3439806245083dffb2f37c9.zip |
Add support for extra sendmail arguments (#2731)
* 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
Diffstat (limited to 'vendor/vendor.json')
-rw-r--r-- | vendor/vendor.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index df0dcec814..fb748b3e47 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -522,6 +522,12 @@ "revisionTime": "2016-02-12T04:00:40Z" }, { + "checksumSHA1": "+IzngblnBQNh+GmsS2O7jqmzSVQ=", + "path": "github.com/kballard/go-shellquote", + "revision": "cd60e84ee657ff3dc51de0b4f55dd299a3e136f2", + "revisionTime": "2017-06-19T18:30:22Z" + }, + { "checksumSHA1": "VJk3rOWfxEV9Ilig5lgzH1qg8Ss=", "path": "github.com/keybase/go-crypto/brainpool", "revision": "00ac4db533f63ef97576cbc7b07939ff7daf7329", |