diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-11 10:55:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 10:55:18 -0700 |
commit | 83327e6973c118e9c36a9393496981894f8908a0 (patch) | |
tree | 2b2426eea83d662ba514c2235b92b1884b13bca2 /vendor.conf | |
parent | 6983e00a2808b29481d1cb460aab2eea1db6ef73 (diff) | |
parent | 9be18c2eaf0fbd9f868ecab54fd5029881e132f9 (diff) | |
download | podman-83327e6973c118e9c36a9393496981894f8908a0.tar.gz podman-83327e6973c118e9c36a9393496981894f8908a0.tar.bz2 podman-83327e6973c118e9c36a9393496981894f8908a0.zip |
Merge pull request #1614 from baude/parastop
Stop containers in parallel fashion
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 75b92e846..be89c418e 100644 --- a/vendor.conf +++ b/vendor.conf @@ -75,6 +75,7 @@ golang.org/x/net c427ad74c6d7a814201695e9ffde0c5d400a7674 golang.org/x/sys master golang.org/x/text f72d8390a633d5dfb0cc84043294db9f6c935756 golang.org/x/time f51c12702a4d776e4c1fa9b0fabab841babae631 +golang.org/x/sync master google.golang.org/grpc v1.0.4 https://github.com/grpc/grpc-go gopkg.in/cheggaaa/pb.v1 v1.0.7 gopkg.in/inf.v0 v0.9.0 |