diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-16 08:18:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-16 08:18:28 -0800 |
commit | 4abf439e4bda8836cd68101d1f1cb09bc9105b17 (patch) | |
tree | 57c9884a23aedfc95ddb05fccc456d6b791b24e9 /vendor.conf | |
parent | 43de95df34a88d2ded4b62ab0c1763a33acac07e (diff) | |
parent | 780b790415f94ea41ef70bd97828ecb92a4f06d1 (diff) | |
download | podman-4abf439e4bda8836cd68101d1f1cb09bc9105b17.tar.gz podman-4abf439e4bda8836cd68101d1f1cb09bc9105b17.tar.bz2 podman-4abf439e4bda8836cd68101d1f1cb09bc9105b17.zip |
Merge pull request #1822 from vrothberg/runlabel-shlexing
runlabel: use shlex for splitting commands
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor.conf b/vendor.conf index a16975bf9..c8e968648 100644 --- a/vendor.conf +++ b/vendor.conf @@ -99,3 +99,4 @@ github.com/openshift/imagebuilder master github.com/ulikunitz/xz v0.5.4 github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 +github.com/google/shlex c34317bd91bf98fab745d77b03933cf8769299fe |