mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-25 10:04:20 +01:00
It is not really recommended to have nested vendor directories. dep does not work well with nested directories: https://github.com/golang/dep/issues/985 Recommendation is to use flatten the vendor directories. Hence remove any nested vendor directories. Fixes #1909 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
Kata golang packages
This repository contains a number of packages in addition to the
virtcontainers package:
| Package name | Description |
|---|---|
katatestutils |
Unit test utilities. |
katautils |
Utilities. |
signals |
Signal handling functions. |