mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
Update github.com/containers/libhvee digest to e9b1811
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
go.mod
2
go.mod
@ -17,7 +17,7 @@ require (
|
||||
github.com/containers/conmon v2.0.20+incompatible
|
||||
github.com/containers/gvisor-tap-vsock v0.7.1
|
||||
github.com/containers/image/v5 v5.28.0
|
||||
github.com/containers/libhvee v0.4.1-0.20230920190832-6ab399cadb68
|
||||
github.com/containers/libhvee v0.4.1-0.20231002175221-e9b181166118
|
||||
github.com/containers/ocicrypt v1.1.8
|
||||
github.com/containers/psgo v1.8.0
|
||||
github.com/containers/storage v1.50.2
|
||||
|
4
go.sum
4
go.sum
@ -257,8 +257,8 @@ github.com/containers/gvisor-tap-vsock v0.7.1 h1:+Rc+sOPplrkQb/BUXeN0ug8TxjgyrIq
|
||||
github.com/containers/gvisor-tap-vsock v0.7.1/go.mod h1:WSSsjcuYZkvP8i0J+Ht3LF8yvysn3krD5zxQ74wz7y0=
|
||||
github.com/containers/image/v5 v5.28.0 h1:H4cWbdI88UA/mDb6SxMo3IxpmS1BSs/Kifvhwt9g048=
|
||||
github.com/containers/image/v5 v5.28.0/go.mod h1:9aPnNkwHNHgGl9VlQxXEshvmOJRbdRAc1rNDD6sP2eU=
|
||||
github.com/containers/libhvee v0.4.1-0.20230920190832-6ab399cadb68 h1:QIwOjkVpJp/onBOozw+MSr1mow9f5XQ8QG7Y8AP2Xp0=
|
||||
github.com/containers/libhvee v0.4.1-0.20230920190832-6ab399cadb68/go.mod h1:HiXu8GZyjzGjU834fROO00Ka/4B1IM8qxy/6q6x1f+4=
|
||||
github.com/containers/libhvee v0.4.1-0.20231002175221-e9b181166118 h1:3KXlqM8J8anmhFcUjeA84LXmFkCSpi8IqMwa6gzerUU=
|
||||
github.com/containers/libhvee v0.4.1-0.20231002175221-e9b181166118/go.mod h1:HiXu8GZyjzGjU834fROO00Ka/4B1IM8qxy/6q6x1f+4=
|
||||
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
|
||||
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
|
||||
github.com/containers/luksy v0.0.0-20230808154129-d2d74a56682f h1:/HjLNYkVoUJNT4mm2dzGl63x7nD6YHxxI/k1kR0TkzA=
|
||||
|
4
vendor/github.com/containers/libhvee/pkg/hypervctl/vmm.go
generated
vendored
4
vendor/github.com/containers/libhvee/pkg/hypervctl/vmm.go
generated
vendored
@ -24,7 +24,7 @@ func NewVirtualMachineManager() *VirtualMachineManager {
|
||||
}
|
||||
|
||||
func (vmm *VirtualMachineManager) GetAll() ([]*VirtualMachine, error) {
|
||||
const wql = "Select * From Msvm_ComputerSystem Where Caption = 'Virtual Machine'"
|
||||
const wql = "Select * From Msvm_ComputerSystem Where Description = 'Microsoft Virtual Machine'"
|
||||
|
||||
var service *wmiext.Service
|
||||
var err error
|
||||
@ -69,7 +69,7 @@ func (vmm *VirtualMachineManager) Exists(name string) (bool, error) {
|
||||
}
|
||||
|
||||
func (*VirtualMachineManager) GetMachine(name string) (*VirtualMachine, error) {
|
||||
const wql = "Select * From Msvm_ComputerSystem Where Caption = 'Virtual Machine' And ElementName='%s'"
|
||||
const wql = "Select * From Msvm_ComputerSystem Where Description = 'Microsoft Virtual Machine' And ElementName='%s'"
|
||||
|
||||
vm := &VirtualMachine{}
|
||||
var service *wmiext.Service
|
||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -301,7 +301,7 @@ github.com/containers/image/v5/transports
|
||||
github.com/containers/image/v5/transports/alltransports
|
||||
github.com/containers/image/v5/types
|
||||
github.com/containers/image/v5/version
|
||||
# github.com/containers/libhvee v0.4.1-0.20230920190832-6ab399cadb68
|
||||
# github.com/containers/libhvee v0.4.1-0.20231002175221-e9b181166118
|
||||
## explicit; go 1.18
|
||||
github.com/containers/libhvee/pkg/hypervctl
|
||||
github.com/containers/libhvee/pkg/kvp/ginsu
|
||||
|
Reference in New Issue
Block a user