Skip to content

Commit

Permalink
vendor: Update libvirt.org/go/libvirtxml
Browse files Browse the repository at this point in the history
To match the RPM update.

There is no update for libvirt.org/go/libvirt since no new
API was introduced in the 10.10.0 release.

Signed-off-by: Andrea Bolognani <[email protected]>
  • Loading branch information
andreabolognani committed Jan 9, 2025
1 parent fed1d72 commit 825a42a
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ require (
kubevirt.io/containerized-data-importer-api v1.60.3-0.20241105012228-50fbed985de9
kubevirt.io/qe-tools v0.1.8
libvirt.org/go/libvirt v1.10009.1
libvirt.org/go/libvirtxml v1.10009.0
libvirt.org/go/libvirtxml v1.10010.0
mvdan.cc/sh/v3 v3.8.0
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
sigs.k8s.io/yaml v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3545,8 +3545,8 @@ kubevirt.io/qe-tools v0.1.8 h1:Ar7qicmzHdd+Ia+6rjHDg3D7GReIyq7QFXoC4F7TjhQ=
kubevirt.io/qe-tools v0.1.8/go.mod h1:+Tr/WZGHIDQa/4pQgzM7+4J6YeVbUWAXESXtL2/zxqc=
libvirt.org/go/libvirt v1.10009.1 h1:Z79EnxEVE190MeULGoq1GY0tb+O18FpYzUNYDHgkrN8=
libvirt.org/go/libvirt v1.10009.1/go.mod h1:1WiFE8EjZfq+FCVog+rvr1yatKbKZ9FaFMZgEqxEJqQ=
libvirt.org/go/libvirtxml v1.10009.0 h1:y60vA65jOAZSJedRoil1s2myVIy0NOfz0E6zhmYiN2g=
libvirt.org/go/libvirtxml v1.10009.0/go.mod h1:7Oq2BLDstLr/XtoQD8Fr3mfDNrzlI3utYKySXF2xkng=
libvirt.org/go/libvirtxml v1.10010.0 h1:htg6LO41eWDoA1fih0KpyWLC8Yks4GQNV014vlfXcJ4=
libvirt.org/go/libvirtxml v1.10010.0/go.mod h1:7Oq2BLDstLr/XtoQD8Fr3mfDNrzlI3utYKySXF2xkng=
lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
lukechampine.com/uint128 v1.3.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
Expand Down
153 changes: 149 additions & 4 deletions vendor/libvirt.org/go/libvirtxml/domain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/libvirt.org/go/libvirtxml/domain_capabilities.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ kubevirt.io/qe-tools/pkg/polarion-xml
# libvirt.org/go/libvirt v1.10009.1
## explicit; go 1.11
libvirt.org/go/libvirt
# libvirt.org/go/libvirtxml v1.10009.0
# libvirt.org/go/libvirtxml v1.10010.0
## explicit; go 1.11
libvirt.org/go/libvirtxml
# mvdan.cc/editorconfig v0.2.1-0.20231228180347-1925077f8eb2
Expand Down

0 comments on commit 825a42a

Please sign in to comment.