Skip to content

Commit c66f5d3

Browse files
dependabot[bot]praveenkumar
authored andcommitted
build(deps): bump libvirt.org/go/libvirtxml from 1.10003.0 to 1.10005.0
Bumps [libvirt.org/go/libvirtxml](https://gitlab.com/libvirt/libvirt-go-xml-module) from 1.10003.0 to 1.10005.0. - [Commits](https://gitlab.com/libvirt/libvirt-go-xml-module/compare/v1.10003.0...v1.10005.0) --- updated-dependencies: - dependency-name: libvirt.org/go/libvirtxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ff9c5e commit c66f5d3

File tree

5 files changed

+221
-4
lines changed

5 files changed

+221
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require (
6363
k8s.io/api v0.29.3
6464
k8s.io/apimachinery v0.29.3
6565
k8s.io/client-go v0.29.3
66-
libvirt.org/go/libvirtxml v1.10003.0
66+
libvirt.org/go/libvirtxml v1.10005.0
6767
)
6868

6969
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,8 @@ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/A
619619
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA=
620620
k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=
621621
k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
622-
libvirt.org/go/libvirtxml v1.10003.0 h1:ZxM+bZlCPd/7DXj4W7l+743mFpe9xx2ulwZ1ryQemUs=
623-
libvirt.org/go/libvirtxml v1.10003.0/go.mod h1:7Oq2BLDstLr/XtoQD8Fr3mfDNrzlI3utYKySXF2xkng=
622+
libvirt.org/go/libvirtxml v1.10005.0 h1:bKv2wYaEunDdvE4mqO+vG0bp/iIeO0mI7A+0MfilNxw=
623+
libvirt.org/go/libvirtxml v1.10005.0/go.mod h1:7Oq2BLDstLr/XtoQD8Fr3mfDNrzlI3utYKySXF2xkng=
624624
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
625625
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
626626
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=

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

Lines changed: 211 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ k8s.io/utils/integer
13271327
k8s.io/utils/internal/third_party/forked/golang/net
13281328
k8s.io/utils/net
13291329
k8s.io/utils/strings/slices
1330-
# libvirt.org/go/libvirtxml v1.10003.0
1330+
# libvirt.org/go/libvirtxml v1.10005.0
13311331
## explicit; go 1.11
13321332
libvirt.org/go/libvirtxml
13331333
# sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd

0 commit comments

Comments
 (0)