Browse code

bump containerd/go-runc 7d11b49dc0769f6dbb0d1b19f3d48524d1bad9ad

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/04/14 22:22:59
Showing 2 changed files
... ...
@@ -124,7 +124,7 @@ github.com/containerd/fifo                          3d5202aec260678c48179c56f40e
124 124
 github.com/containerd/continuity                    004b46473808b3e7a4a3049c20e4376c91eb966d
125 125
 github.com/containerd/cgroups                       4994991857f9b0ae8dc439551e8bebdbb4bf66c1
126 126
 github.com/containerd/console                       c12b1e7919c14469339a5d38f2f8ed9b64a9de23
127
-github.com/containerd/go-runc                       5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3
127
+github.com/containerd/go-runc                       7d11b49dc0769f6dbb0d1b19f3d48524d1bad9ad
128 128
 github.com/containerd/typeurl                       2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d
129 129
 github.com/containerd/ttrpc                         f02858b1457c5ca3aaec3a0803eb0d59f96e41d6
130 130
 github.com/gogo/googleapis                          08a7655d27152912db7aaf4f983275eaf8d128ef
... ...
@@ -1,7 +1,7 @@
1 1
 # go-runc
2 2
 
3 3
 [![Build Status](https://travis-ci.org/containerd/go-runc.svg?branch=master)](https://travis-ci.org/containerd/go-runc)
4
-
4
+[![codecov](https://codecov.io/gh/containerd/go-runc/branch/master/graph/badge.svg)](https://codecov.io/gh/containerd/go-runc)
5 5
 
6 6
 This is a package for consuming the [runc](https://github.com/opencontainers/runc) binary in your Go applications.
7 7
 It tries to expose all the settings and features of the runc CLI.  If there is something missing then add it, its opensource!
... ...
@@ -12,3 +12,14 @@ or greater.
12 12
 ## Docs
13 13
 
14 14
 Docs can be found at [godoc.org](https://godoc.org/github.com/containerd/go-runc).
15
+
16
+## Project details
17
+
18
+The go-runc is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
19
+As a containerd sub-project, you will find the:
20
+
21
+ * [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
22
+ * [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
23
+ * and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
24
+
25
+information in our [`containerd/project`](https://github.com/containerd/project) repository.