go.mod: update github.com/vmware/govmomi to v0.48.0

Needs manual change of import paths.
This commit is contained in:
Achilleas Koutsou 2025-01-31 18:26:22 +01:00 committed by Sanne Raymaekers
parent 3a6bea380e
commit bec893e37c
170 changed files with 7474 additions and 1604 deletions

View file

@ -11,11 +11,11 @@ import (
"strings"
// importing the packages registers these cli commands
"github.com/vmware/govmomi/govc/cli"
_ "github.com/vmware/govmomi/govc/datastore"
_ "github.com/vmware/govmomi/govc/importx"
_ "github.com/vmware/govmomi/govc/vm"
_ "github.com/vmware/govmomi/govc/vm/guest"
"github.com/vmware/govmomi/cli"
_ "github.com/vmware/govmomi/cli/datastore"
_ "github.com/vmware/govmomi/cli/importx"
_ "github.com/vmware/govmomi/cli/vm"
_ "github.com/vmware/govmomi/cli/vm/guest"
)
const WaitTimeout = 6000 // in seconds

View file

@ -3,8 +3,8 @@ package vmware
import (
"fmt"
"github.com/vmware/govmomi/govc/cli"
_ "github.com/vmware/govmomi/govc/importx"
"github.com/vmware/govmomi/cli"
_ "github.com/vmware/govmomi/cli/importx"
)
type Credentials struct {