File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 // The version of vm-operator should be kept in sync with the manifests at: config/deployments/integration-tests
1313 github.com/vmware-tanzu/vm-operator/api v1.8.6
1414 github.com/vmware-tanzu/vm-operator/external/ncp v0.0.0-20240404200847-de75746a9505
15- github.com/vmware/govmomi v0.48.1
15+ github.com/vmware/govmomi v0.49.0
1616)
1717
1818require (
Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ github.com/vmware-tanzu/vm-operator/api v1.8.6 h1:NIndORjcnSmIlQsCMIewpIwg/ocRVD
245245github.com/vmware-tanzu/vm-operator/api v1.8.6 /go.mod h1:HHA2SNI9B5Yqtyp5t+Gt9WTWBi/fIkM6+MukDDSf11A =
246246github.com/vmware-tanzu/vm-operator/external/ncp v0.0.0-20240404200847-de75746a9505 h1:y4wXx1FUFqqSgJ/xUOEM1DLS2Uu0KaeLADWpzpioGTU =
247247github.com/vmware-tanzu/vm-operator/external/ncp v0.0.0-20240404200847-de75746a9505 /go.mod h1:5rqRJ9zGR+KnKbkGx373WgN8xJpvAj99kHnfoDYRO5I =
248- github.com/vmware/govmomi v0.48.1 h1:aAjmoFzSShYA9ED66JaOJzSBvukvrQLYZljZL+pgfKQ =
249- github.com/vmware/govmomi v0.48.1 /go.mod h1:UFM2aCkggPToQf8TqY3xfd9bOX58vbVa+UAK1JdDTNM =
248+ github.com/vmware/govmomi v0.49.0 h1:M80ExmFq3kOfeMvMJcHnXgA/4w5hUAFfYfc+Qm3lmPg =
249+ github.com/vmware/govmomi v0.49.0 /go.mod h1:+oZ0tYJw/pXKoeWHLR9Egq5KENVr2hLePRzisFhEWpA =
250250github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
251251github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
252252github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 h1:S2dVYn90KE98chqDkyE9Z4N61UnQd+KOfgp5Iu53llk =
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ github.com/vmware-tanzu/vm-operator/api v1.8.6 h1:NIndORjcnSmIlQsCMIewpIwg/ocRVD
134134github.com/vmware-tanzu/vm-operator/api v1.8.6 /go.mod h1:HHA2SNI9B5Yqtyp5t+Gt9WTWBi/fIkM6+MukDDSf11A =
135135github.com/vmware-tanzu/vm-operator/external/ncp v0.0.0-20240404200847-de75746a9505 h1:y4wXx1FUFqqSgJ/xUOEM1DLS2Uu0KaeLADWpzpioGTU =
136136github.com/vmware-tanzu/vm-operator/external/ncp v0.0.0-20240404200847-de75746a9505 /go.mod h1:5rqRJ9zGR+KnKbkGx373WgN8xJpvAj99kHnfoDYRO5I =
137- github.com/vmware/govmomi v0.48.1 h1:aAjmoFzSShYA9ED66JaOJzSBvukvrQLYZljZL+pgfKQ =
138- github.com/vmware/govmomi v0.48.1 /go.mod h1:UFM2aCkggPToQf8TqY3xfd9bOX58vbVa+UAK1JdDTNM =
137+ github.com/vmware/govmomi v0.49.0 h1:M80ExmFq3kOfeMvMJcHnXgA/4w5hUAFfYfc+Qm3lmPg =
138+ github.com/vmware/govmomi v0.49.0 /go.mod h1:+oZ0tYJw/pXKoeWHLR9Egq5KENVr2hLePRzisFhEWpA =
139139github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
140140github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
141141github.com/xlab/treeprint v1.2.0 h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ =
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ func TestCreate(t *testing.T) {
4343 t .Fatalf ("unable to create simulator: %s" , err )
4444 }
4545 defer simr .Destroy ()
46- vmRef := simulator .Map .Any ("VirtualMachine" )
46+ vmRef := model .Map () .Any ("VirtualMachine" )
4747 vm , ok := vmRef .(* simulator.VirtualMachine )
4848 if ! ok {
4949 t .Fatal ("failed to get reference to an existing VM on the vcsim instance" )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func TestGetDiskSpec(t *testing.T) {
3939 model , session , server := initSimulator (t )
4040 t .Cleanup (model .Remove )
4141 t .Cleanup (server .Close )
42- vm := simulator .Map .Any ("VirtualMachine" ).(* simulator.VirtualMachine )
42+ vm := model .Map () .Any ("VirtualMachine" ).(* simulator.VirtualMachine )
4343 machine := object .NewVirtualMachine (session .Client .Client , vm .Reference ())
4444
4545 devices , err := machine .Device (ctx .TODO ())
@@ -157,7 +157,7 @@ func TestCreateDataDisks(t *testing.T) {
157157 model , session , server := initSimulator (t )
158158 t .Cleanup (model .Remove )
159159 t .Cleanup (server .Close )
160- vm := simulator .Map .Any ("VirtualMachine" ).(* simulator.VirtualMachine )
160+ vm := model .Map () .Any ("VirtualMachine" ).(* simulator.VirtualMachine )
161161 machine := object .NewVirtualMachine (session .Client .Client , vm .Reference ())
162162
163163 deviceList , err := machine .Device (ctx .TODO ())
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/vmware-tanzu/net-operator-api v0.0.0-20240326163340-1f32d6bf7f9d
1515 // The version of vm-operator should be kept in sync with the manifests at: config/deployments/integration-tests
1616 github.com/vmware-tanzu/vm-operator/api v1.8.6
17- github.com/vmware/govmomi v0.48.1
17+ github.com/vmware/govmomi v0.49.0
1818)
1919
2020require (
Original file line number Diff line number Diff line change @@ -329,8 +329,8 @@ github.com/vmware-tanzu/vm-operator/api v1.8.6 h1:NIndORjcnSmIlQsCMIewpIwg/ocRVD
329329github.com/vmware-tanzu/vm-operator/api v1.8.6 /go.mod h1:HHA2SNI9B5Yqtyp5t+Gt9WTWBi/fIkM6+MukDDSf11A =
330330github.com/vmware-tanzu/vm-operator/external/ncp v0.0.0-20240404200847-de75746a9505 h1:y4wXx1FUFqqSgJ/xUOEM1DLS2Uu0KaeLADWpzpioGTU =
331331github.com/vmware-tanzu/vm-operator/external/ncp v0.0.0-20240404200847-de75746a9505 /go.mod h1:5rqRJ9zGR+KnKbkGx373WgN8xJpvAj99kHnfoDYRO5I =
332- github.com/vmware/govmomi v0.48.1 h1:aAjmoFzSShYA9ED66JaOJzSBvukvrQLYZljZL+pgfKQ =
333- github.com/vmware/govmomi v0.48.1 /go.mod h1:UFM2aCkggPToQf8TqY3xfd9bOX58vbVa+UAK1JdDTNM =
332+ github.com/vmware/govmomi v0.49.0 h1:M80ExmFq3kOfeMvMJcHnXgA/4w5hUAFfYfc+Qm3lmPg =
333+ github.com/vmware/govmomi v0.49.0 /go.mod h1:+oZ0tYJw/pXKoeWHLR9Egq5KENVr2hLePRzisFhEWpA =
334334github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
335335github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
336336github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 h1:S2dVYn90KE98chqDkyE9Z4N61UnQd+KOfgp5Iu53llk =
You can’t perform that action at this time.
0 commit comments