mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00:00
runtime: fix vendor go.mod inconsistency
As reported by golang 1.14.3. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
ec146a1b39
commit
84b8260cfe
2
src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go
generated
vendored
2
src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go
generated
vendored
@ -993,7 +993,7 @@ func (q *QMP) ExecuteNetdevAddByFds(ctx context.Context, netdevType, netdevID st
|
||||
}
|
||||
if len(vhostFdNames) > 0 {
|
||||
vhostFdNameStr := strings.Join(vhostFdNames, ":")
|
||||
args["vhost"] = "on"
|
||||
args["vhost"] = true
|
||||
args["vhostfds"] = vhostFdNameStr
|
||||
}
|
||||
|
||||
|
2
src/runtime/vendor/modules.txt
vendored
2
src/runtime/vendor/modules.txt
vendored
@ -162,7 +162,7 @@ github.com/hashicorp/go-multierror
|
||||
# github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d
|
||||
## explicit
|
||||
github.com/hashicorp/yamux
|
||||
# github.com/intel/govmm v0.0.0-20200304142514-e969afbec52c
|
||||
# github.com/intel/govmm v0.0.0-20200602145448-7cc469641b7b
|
||||
## explicit
|
||||
github.com/intel/govmm/qemu
|
||||
# github.com/konsorten/go-windows-terminal-sequences v1.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user