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:
Peng Tao 2020-06-23 21:01:11 -07:00
parent ec146a1b39
commit 84b8260cfe
2 changed files with 2 additions and 2 deletions

View File

@ -993,7 +993,7 @@ func (q *QMP) ExecuteNetdevAddByFds(ctx context.Context, netdevType, netdevID st
} }
if len(vhostFdNames) > 0 { if len(vhostFdNames) > 0 {
vhostFdNameStr := strings.Join(vhostFdNames, ":") vhostFdNameStr := strings.Join(vhostFdNames, ":")
args["vhost"] = "on" args["vhost"] = true
args["vhostfds"] = vhostFdNameStr args["vhostfds"] = vhostFdNameStr
} }

View File

@ -162,7 +162,7 @@ github.com/hashicorp/go-multierror
# github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d # github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d
## explicit ## explicit
github.com/hashicorp/yamux github.com/hashicorp/yamux
# github.com/intel/govmm v0.0.0-20200304142514-e969afbec52c # github.com/intel/govmm v0.0.0-20200602145448-7cc469641b7b
## explicit ## explicit
github.com/intel/govmm/qemu github.com/intel/govmm/qemu
# github.com/konsorten/go-windows-terminal-sequences v1.0.1 # github.com/konsorten/go-windows-terminal-sequences v1.0.1