go.mod: update github.com/vmware/govmomi to v0.48.0
Needs manual change of import paths.
This commit is contained in:
parent
3a6bea380e
commit
bec893e37c
170 changed files with 7474 additions and 1604 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue