Skip to content

Commit 0b844b5

Browse files
committed
deps: update github.com/containers/libhvee to latest commit (a85aab29)
1 parent b6ede3f commit 0b844b5

File tree

8 files changed

+34
-19
lines changed

8 files changed

+34
-19
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
1414
github.com/cheggaaa/pb/v3 v3.1.7
1515
github.com/containers/gvisor-tap-vsock v0.8.7
16-
github.com/containers/libhvee v0.10.0
16+
github.com/containers/libhvee v0.10.1-0.20250902114412-a85aab2976a4
1717
github.com/coreos/go-systemd/v22 v22.6.0
1818
github.com/crc-org/admin-helper v0.5.5
1919
github.com/crc-org/machine v0.0.0-20240926103419-a943b47fd48b

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/containers/common v0.62.2 h1:xO45OOoeq17EZMIDZoSyRqg7GXGcRHa9sXlrr75z
4646
github.com/containers/common v0.62.2/go.mod h1:veFiR9iq2j3CHXtB4YnPHuOkSRdhIQ3bAY8AFMP/5bE=
4747
github.com/containers/gvisor-tap-vsock v0.8.7 h1:mFMMU5CIXO9sbtsgECc90loUHx15km3AN6Zuhg3X4qM=
4848
github.com/containers/gvisor-tap-vsock v0.8.7/go.mod h1:Rf2gm4Lpac0IZbg8wwQDh7UuKCxHmnxar0hEZ08OXY8=
49-
github.com/containers/libhvee v0.10.0 h1:7VLv8keWZpHuGmWvyY4c1mVH5V1JYb1G78VC+8AlrM0=
50-
github.com/containers/libhvee v0.10.0/go.mod h1:at0h8lRcK5jCKfQgU/e6Io0Mw12F36zRLjXVOXRoDTM=
49+
github.com/containers/libhvee v0.10.1-0.20250902114412-a85aab2976a4 h1:gC6qBJ8Ptci6Bmbl58IuB95JK5UBSaAnvhZlrdXeCAE=
50+
github.com/containers/libhvee v0.10.1-0.20250902114412-a85aab2976a4/go.mod h1:9EqZ0olBgqpIjMUtMpk2bRrAnZ+nCJPSEf+c9bXB1WM=
5151
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
5252
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
5353
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=

vendor/github.com/containers/libhvee/pkg/hypervctl/vhd.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/libhvee/pkg/hypervctl/vm.go

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

vendor/github.com/containers/libhvee/pkg/hypervctl/vm_config.go

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

vendor/github.com/containers/libhvee/pkg/wmiext/array.go

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

vendor/github.com/containers/libhvee/pkg/wmiext/conversion.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ github.com/containers/gvisor-tap-vsock/pkg/transport
103103
github.com/containers/gvisor-tap-vsock/pkg/types
104104
github.com/containers/gvisor-tap-vsock/pkg/utils
105105
github.com/containers/gvisor-tap-vsock/pkg/virtualnetwork
106-
# github.com/containers/libhvee v0.10.0
107-
## explicit; go 1.22.8
106+
# github.com/containers/libhvee v0.10.1-0.20250902114412-a85aab2976a4
107+
## explicit; go 1.23.3
108108
github.com/containers/libhvee/pkg/hypervctl
109109
github.com/containers/libhvee/pkg/kvp/ginsu
110110
github.com/containers/libhvee/pkg/wmiext

0 commit comments

Comments
 (0)