dhiltgen / docker-machine-kvm

KVM driver for docker-machine
Apache License 2.0
376 stars 117 forks source link

import libvirt/libvirt-go instead of alexzorin/libvirt-go #34

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

Import github.com/libvirt/libvirt-go instead of github.com/alexzorin/libvirt-go, as the latter is obsolete.

We need to also update several function calls as well as constants according to the new API from libvirt/libvirt-go, to avoid build errors.