diff options
author | W. Trevor King <wking@tremily.us> | 2018-05-10 21:01:58 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-11 12:28:27 +0000 |
commit | f97de48be47b838744aecd72c73b92a1b0be5cbd (patch) | |
tree | f15d12d62ca68bc6aaa74d5ecbb7e23ce999694a | |
parent | a160857cc04f62a3df33caf70b227d16e93f1e73 (diff) | |
download | podman-f97de48be47b838744aecd72c73b92a1b0be5cbd.tar.gz podman-f97de48be47b838744aecd72c73b92a1b0be5cbd.tar.bz2 podman-f97de48be47b838744aecd72c73b92a1b0be5cbd.zip |
vendor.conf: Bump containerd/cgroups to 77e62851
vendor.conf has been pinned at containerd/cgroups@7a5fdd83 (Merge pull
request #26 from onorua/error-ignore-example, 2017-08-24) since libpod
forked from CRI-O with a031b83a (Initial checkin from CRI-O repo,
2017-11-01). The content in vendor/github.com/containerd/cgroups was
bumped to containerd/cgroups@77e62851 (Use /proc/diskstats to get
device names, 2018-01-31) in ae89dc28 (Update containerd/cgroups repo
fix perf issue, 2018-02-01, #284), but ae89dc28 forgot to update
vendor.conf. With this commit:
$ vndr github.com/containerd/cgroups
no longer changes anything under vendor/github.com/containerd/cgroups.
Signed-off-by: W. Trevor King <wking@tremily.us>
Closes: #749
Approved by: mheon
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 7105f6aad..3504140b5 100644 --- a/vendor.conf +++ b/vendor.conf @@ -6,7 +6,7 @@ github.com/Microsoft/hcsshim 43f9725307998e09f2e3816c2c0c36dc98f0c982 github.com/blang/semver v3.5.0 github.com/boltdb/bolt master github.com/buger/goterm 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3 -github.com/containerd/cgroups 7a5fdd8330119dc70d850260db8f3594d89d6943 +github.com/containerd/cgroups 77e628511d924b13a77cebdc73b757a47f6d751b github.com/containerd/continuity master github.com/containernetworking/cni v0.6.0 github.com/containernetworking/plugins master |