Vendor in files for runc/libcontainer

vndr was previously removing .go files in runc/libcontainer since they weren't used anywhere
in cri-o, but kpod stats will use them

Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
This commit is contained in:
Ryan Cole 2017-07-28 10:31:02 -04:00
parent efc29e3dd2
commit 65eec38754
47 changed files with 7982 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package stacktrace
type Stacktrace struct {
Frames []Frame
}