From cf708182ac53757918c9f71e85d9865b42cf7d35 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Feb 2025 17:46:07 -0600 Subject: switch from virtbuf to virtpb --- start.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'start.go') diff --git a/start.go b/start.go index 98a5aa7..883c669 100644 --- a/start.go +++ b/start.go @@ -10,12 +10,12 @@ import ( "libvirt.org/go/libvirtxml" - pb "go.wit.com/lib/protobuf/virtbuf" + "go.wit.com/lib/protobuf/virtpb" "go.wit.com/log" ) // generate the XML for 'virsh create' -func GenerateDropletXml(dirs []string, d *pb.Droplet, domcfg *libvirtxml.Domain, hostname string) error { +func GenerateDropletXml(dirs []string, d *virtpb.Droplet, domcfg *libvirtxml.Domain, hostname string) error { if d == nil { return errors.New("*droplet == nil") } -- cgit v1.2.3