Skip to content

Commit 9b4766e

Browse files
dependabot[bot]praveenkumar
authored andcommitted
build(deps): bump libvirt.org/go/libvirtxml from 1.11000.1 to 1.11002.0
Bumps [libvirt.org/go/libvirtxml](https://gitlab.com/libvirt/libvirt-go-xml-module) from 1.11000.1 to 1.11002.0. - [Commits](https://gitlab.com/libvirt/libvirt-go-xml-module/compare/v1.11000.1...v1.11002.0) --- updated-dependencies: - dependency-name: libvirt.org/go/libvirtxml dependency-version: 1.11002.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ba8240 commit 9b4766e

File tree

6 files changed

+415
-95
lines changed

6 files changed

+415
-95
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
k8s.io/api v0.29.3
6666
k8s.io/apimachinery v0.29.3
6767
k8s.io/client-go v0.29.3
68-
libvirt.org/go/libvirtxml v1.11000.1
68+
libvirt.org/go/libvirtxml v1.11002.0
6969
)
7070

7171
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/A
609609
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA=
610610
k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=
611611
k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
612-
libvirt.org/go/libvirtxml v1.11000.1 h1:xbqKCYJRr3QPamY0PKE/exAGgTCosH5s4vB6NPXGcFY=
613-
libvirt.org/go/libvirtxml v1.11000.1/go.mod h1:7Oq2BLDstLr/XtoQD8Fr3mfDNrzlI3utYKySXF2xkng=
612+
libvirt.org/go/libvirtxml v1.11002.0 h1:1dMUj32MAFvV+Qe0sYxrZNcMqa/mdO7sATS91mxth5s=
613+
libvirt.org/go/libvirtxml v1.11002.0/go.mod h1:7Oq2BLDstLr/XtoQD8Fr3mfDNrzlI3utYKySXF2xkng=
614614
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
615615
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
616616
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=

vendor/libvirt.org/go/libvirtxml/domain.go

+145-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/libvirt.org/go/libvirtxml/domain_capabilities.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)