Skip to content

Commit

Permalink
vendor: Update libvirt.org/go/libvirt
Browse files Browse the repository at this point in the history
This new version of the Go bindings was released along with
libvirt 7.6.0; the version number is v1.7005.1 rather than
v1.7006.0 because it introduces no API changes.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
  • Loading branch information
andreabolognani committed Oct 26, 2021
1 parent 885d81e commit e7896ee
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ require (
kubevirt.io/containerized-data-importer v1.36.0
kubevirt.io/controller-lifecycle-operator-sdk v0.2.0
kubevirt.io/qe-tools v0.1.6
libvirt.org/go/libvirt v1.7005.0
libvirt.org/go/libvirt v1.7005.1
mvdan.cc/sh/v3 v3.1.1
sigs.k8s.io/yaml v1.2.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1283,8 +1283,8 @@ kubevirt.io/controller-lifecycle-operator-sdk v0.2.0 h1:/6baCbfeFl3z09nCPNAeCgTR
kubevirt.io/controller-lifecycle-operator-sdk v0.2.0/go.mod h1:ZJhLceiY2Gl5CXFGSp5eMGt/sksOiJP0289nAZFCQf0=
kubevirt.io/qe-tools v0.1.6 h1:S6z9CATmgV2/z9CWetij++Rhu7l/Z4ObZqerLdNMo0Y=
kubevirt.io/qe-tools v0.1.6/go.mod h1:PJyH/YXC4W0AmxfheDmXWMbLNsMSboVGXKpMAwfKzVE=
libvirt.org/go/libvirt v1.7005.0 h1:0ybKEADC0F2Os/EPs0eW+NhsHEQs5qjVBYkOSnndaKo=
libvirt.org/go/libvirt v1.7005.0/go.mod h1:1WiFE8EjZfq+FCVog+rvr1yatKbKZ9FaFMZgEqxEJqQ=
libvirt.org/go/libvirt v1.7005.1 h1:t8qFjP2De2O3xL93h6p3C3JWL4wV9oFc1QLuMq9ziN0=
libvirt.org/go/libvirt v1.7005.1/go.mod h1:1WiFE8EjZfq+FCVog+rvr1yatKbKZ9FaFMZgEqxEJqQ=
mvdan.cc/editorconfig v0.1.1-0.20200121172147-e40951bde157 h1:VBYz8greWWP8BDpRX0v7SDv/8rNlZVmdHdO4ZSsHj/E=
mvdan.cc/editorconfig v0.1.1-0.20200121172147-e40951bde157/go.mod h1:Ge4atmRUYqueGppvJ7JNrtqpqokoJEFxYbP0Z+WeKS8=
mvdan.cc/sh/v3 v3.1.1 h1:niuYC5Ug0KzLuN6CNX3ru37v4MkVD5Wm9T4Mk2eJr9A=
Expand Down
3 changes: 2 additions & 1 deletion vendor/libvirt.org/go/libvirt/.gitlab-ci.yml

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

4 changes: 2 additions & 2 deletions vendor/libvirt.org/go/libvirt/README.rst

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

6 changes: 3 additions & 3 deletions vendor/libvirt.org/go/libvirt/callbacks.go

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

8 changes: 4 additions & 4 deletions vendor/libvirt.org/go/libvirt/domain.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 @@ -1009,7 +1009,7 @@ kubevirt.io/controller-lifecycle-operator-sdk/pkg/sdk/api
## explicit
kubevirt.io/qe-tools/pkg/ginkgo-reporters
kubevirt.io/qe-tools/pkg/polarion-xml
# libvirt.org/go/libvirt v1.7005.0
# libvirt.org/go/libvirt v1.7005.1
## explicit
libvirt.org/go/libvirt
# mvdan.cc/editorconfig v0.1.1-0.20200121172147-e40951bde157
Expand Down

0 comments on commit e7896ee

Please sign in to comment.