Adrian Moreno
03735fb9ee
vendor: update govmm to bring iommu support
...
Bring support for vIOMMU. Commit:
7efaf0b1cd
https://github.com/intel/govmm/pull/127
Signed-off-by: Adrian Moreno <amorenoz@redhat.com >
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com >
2020-06-22 16:37:20 +02:00
Peng Tao
6bc69760c0
vendor: move ttrpc proto code out of vendor
...
We do not really depend on the go agent generated grpc code any more.
Signed-off-by: Peng Tao <bergwolf@hyper.sh >
2020-05-25 23:30:42 -07:00
fupan.lfp
663c7e7921
vendor: update the required vendors
...
update the required vendors
Signed-off-by: fupan.lfp <fupan.lfp@antfin.com >
2020-05-08 20:38:12 +08:00
Peng Tao
6de95bf36c
gomod: update runtime import path
...
To use the kata-containers repo path.
Most of the change is generated by script:
find . -type f -name "*.go" |xargs sed -i -e \
's|github.com/kata-containers/runtime|github.com/kata-containers/kata-containers/src/runtime|g'
Fixes : #201
Signed-off-by: Peng Tao <bergwolf@hyper.sh >
2020-04-29 18:39:03 -07:00
Peng Tao
e540648950
vendor: move to go mod
...
Get rid of go dep finally ;)
Signed-off-by: Peng Tao <bergwolf@hyper.sh >
2020-04-27 19:50:29 -07:00