From 02b3f48d8ffd2769a05301ffd9e8779222194230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:23:53 -0800 Subject: [PATCH] fix(deps): update module github.com/vmware/govmomi to v0.47.0 (#37020) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/vmware/govmomi](https://redirect.github.com/vmware/govmomi) | `v0.46.3` -> `v0.47.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvmware%2fgovmomi/v0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvmware%2fgovmomi/v0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvmware%2fgovmomi/v0.46.3/v0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvmware%2fgovmomi/v0.46.3/v0.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
vmware/govmomi (github.com/vmware/govmomi) ### [`v0.47.0`](https://redirect.github.com/vmware/govmomi/releases/tag/v0.47.0) [Compare Source](https://redirect.github.com/vmware/govmomi/compare/v0.46.3...v0.47.0) #### [Release v0.47.0](https://redirect.github.com/vmware/govmomi/compare/v0.47.0-alpha.0...v0.47.0) > Release Date: 2025-01-02 ##### ๐Ÿž Fix - \[[`3793a5b`](https://redirect.github.com/vmware/govmomi/commit/3793a5b2)] govc fix field.info name (-n flag) validation - \[[`8adeb8b`](https://redirect.github.com/vmware/govmomi/commit/8adeb8b5)] SOAP vcSessionCookie value must be from vim25.Client - \[[`2271a78`](https://redirect.github.com/vmware/govmomi/commit/2271a788)] toolbox: add freebsd stub for fileExtendedInfoFormat ([#​3620](https://redirect.github.com/vmware/govmomi/issues/3620)) - \[[`f08496e`](https://redirect.github.com/vmware/govmomi/commit/f08496ed)] vcsim: swap order of xsi type attribute ([#​2114](https://redirect.github.com/vmware/govmomi/issues/2114)) - \[[`973a224`](https://redirect.github.com/vmware/govmomi/commit/973a2240)] assert Entity interface in mo.Value() - \[[`ad24cb4`](https://redirect.github.com/vmware/govmomi/commit/ad24cb43)] Property Collector updates should be triggered on the empty FilterSet ([#​3631](https://redirect.github.com/vmware/govmomi/issues/3631)) - \[[`29de346`](https://redirect.github.com/vmware/govmomi/commit/29de346f)] vcsim: output signed byte in ByteSlice.MarshalXML ([#​3615](https://redirect.github.com/vmware/govmomi/issues/3615)) - \[[`71b9c76`](https://redirect.github.com/vmware/govmomi/commit/71b9c764)] govc: wire up flags for namespace service create - \[[`5e9a140`](https://redirect.github.com/vmware/govmomi/commit/5e9a140d)] vcsim: avoid possible panic when applying PropertyFilter ##### ๐Ÿ’ซ API Changes - \[[`a447f4d`](https://redirect.github.com/vmware/govmomi/commit/a447f4d0)] Fix OVF param to use interface - \[[`17b5c08`](https://redirect.github.com/vmware/govmomi/commit/17b5c08b)] Generate bindings for 9.0.0.0.rc1 - \[[`77de0b5`](https://redirect.github.com/vmware/govmomi/commit/77de0b54)] Generate API with Broadcom header - \[[`4b7d0c5`](https://redirect.github.com/vmware/govmomi/commit/4b7d0c56)] Specify ruby bundler for api gen - \[[`f238201`](https://redirect.github.com/vmware/govmomi/commit/f2382015)] Update gen/gen.sh for 9.0.0.0.rc1 - \[[`05a6d57`](https://redirect.github.com/vmware/govmomi/commit/05a6d571)] Support podman for building api - \[[`3d8b026`](https://redirect.github.com/vmware/govmomi/commit/3d8b0261)] Build api with Go 1.23.2 - \[[`aa8279b`](https://redirect.github.com/vmware/govmomi/commit/aa8279b5)] Support returning DS info when resolving lib stor - \[[`64ca62f`](https://redirect.github.com/vmware/govmomi/commit/64ca62fe)] Support DC for ResolveLibItemStor - \[[`0af06a3`](https://redirect.github.com/vmware/govmomi/commit/0af06a3c)] Support encode/decode OVF to JSON - \[[`7598ae9`](https://redirect.github.com/vmware/govmomi/commit/7598ae9f)] Fix object.VirtualDiskManager::Copy - \[[`b2bde00`](https://redirect.github.com/vmware/govmomi/commit/b2bde000)] Update OVF ToConfigSpec to handled unknown types - \[[`5bb9901`](https://redirect.github.com/vmware/govmomi/commit/5bb9901a)] A generic copy function for vim25/types - \[[`1918984`](https://redirect.github.com/vmware/govmomi/commit/19189841)] add override mechanism for SOAP Header.Cookie - \[[`495a820`](https://redirect.github.com/vmware/govmomi/commit/495a8203)] OVF to ConfigSpec - \[[`e9f9eb0`](https://redirect.github.com/vmware/govmomi/commit/e9f9eb04)] Support OVF ResourceType enum - \[[`42bf813`](https://redirect.github.com/vmware/govmomi/commit/42bf8130)] Update OVF parser to conform to spec - \[[`05482c0`](https://redirect.github.com/vmware/govmomi/commit/05482c0b)] move cli/host/esxcli.Command to cli/esx package ##### ๐Ÿ’ซ `govc` (CLI) - \[[`ad5c90a`](https://redirect.github.com/vmware/govmomi/commit/ad5c90a4)] Update govc usage doc - \[[`ca2e6ff`](https://redirect.github.com/vmware/govmomi/commit/ca2e6ffd)] add datastore.download -json support - \[[`18a3019`](https://redirect.github.com/vmware/govmomi/commit/18a3019f)] add -b flag to volume.ls - \[[`e02de72`](https://redirect.github.com/vmware/govmomi/commit/e02de720)] add disk.ls '-a' flag ([#​3639](https://redirect.github.com/vmware/govmomi/issues/3639)) - \[[`c60f498`](https://redirect.github.com/vmware/govmomi/commit/c60f498e)] add datastore.ls -H option - \[[`228b445`](https://redirect.github.com/vmware/govmomi/commit/228b445f)] remove minimum API version check ([#​3643](https://redirect.github.com/vmware/govmomi/issues/3643)) - \[[`7e17885`](https://redirect.github.com/vmware/govmomi/commit/7e178857)] Move govc commands into cli pkg ##### ๐Ÿ’ซ `vcsim` (Simulator) - \[[`10e9bc7`](https://redirect.github.com/vmware/govmomi/commit/10e9bc7b)] create cls vmdk descriptor and backing files - \[[`dd6bf66`](https://redirect.github.com/vmware/govmomi/commit/dd6bf66f)] Improve sim for pub/sub content libs - \[[`b7d4f00`](https://redirect.github.com/vmware/govmomi/commit/b7d4f00d)] make QueryVirtualDiskUuid() result stable - \[[`f398e78`](https://redirect.github.com/vmware/govmomi/commit/f398e78e)] add VirtualDiskManager.QueryVirtualDiskInfo ([#​3000](https://redirect.github.com/vmware/govmomi/issues/3000)) ([#​2555](https://redirect.github.com/vmware/govmomi/issues/2555)) - \[[`a9488e0`](https://redirect.github.com/vmware/govmomi/commit/a9488e06)] fix object.save when run directly against ESX - \[[`c0b5944`](https://redirect.github.com/vmware/govmomi/commit/c0b59448)] LicenseManager enhancements - \[[`5db2637`](https://redirect.github.com/vmware/govmomi/commit/5db2637e)] add UpdateAssignedLicense method - \[[`9322377`](https://redirect.github.com/vmware/govmomi/commit/9322377e)] add esxcli support - \[[`53d31e9`](https://redirect.github.com/vmware/govmomi/commit/53d31e94)] Lock alpine image tag to non-latest tag ##### ๐Ÿงน Chore - \[[`95396cd`](https://redirect.github.com/vmware/govmomi/commit/95396cdf)] Update version.go for v0.47.0 - \[[`e1f1db4`](https://redirect.github.com/vmware/govmomi/commit/e1f1db4a)] update copyright header - \[[`538dbef`](https://redirect.github.com/vmware/govmomi/commit/538dbef1)] Minimum version selection ##### โš ๏ธ BREAKING Support returning DS info when resolving lib stor \[[`aa8279b`](https://redirect.github.com/vmware/govmomi/commit/aa8279b5)]: This change updates the signature for the ResolveLibraryItemStorage function. Signed-off-by: akutz \ Support DC for ResolveLibItemStor \[[`64ca62f`](https://redirect.github.com/vmware/govmomi/commit/64ca62fe)]: This change requires updating the use of the ResolveLibraryItemStorage function to account for its signature change. Support OVF ResourceType enum \[[`e9f9eb0`](https://redirect.github.com/vmware/govmomi/commit/e9f9eb04)]: Users of the `ovf` package may need to cast ResourceType to a uint16 depending on how they have used the value. Signed-off-by: akutz \ Update OVF parser to conform to spec \[[`42bf813`](https://redirect.github.com/vmware/govmomi/commit/42bf8130)]: Users of the `ovf` package will need to update their sources to conform to the changes from this patch. It should be a fairly simple change. move cli/host/esxcli.Command to cli/esx package \[[`05482c0`](https://redirect.github.com/vmware/govmomi/commit/05482c0b)]: Package "github.com/vmware/govmomi/govc/host/esxcli" is now "github.com/vmware/govmomi/cli/esx" A 'context.Context' param has also been added to the package's methods. See cli/esx/example_test.go for usage. Move govc commands into cli pkg \[[`7e17885`](https://redirect.github.com/vmware/govmomi/commit/7e178857)]: All packages `./govc/*` (except `./govc/test`) have been relocated under the `./cli` package. Minimum version selection \[[`538dbef`](https://redirect.github.com/vmware/govmomi/commit/538dbef1)]: The `go install` command may no longer be used to install govc and vcsim directly from GitHub. This is because both packages are now distinct sub-modules that still depend on the other packages in this project. Therefore these sub-mods use the following replace directive: replace github.com/vmware/govmomi -> ../ This teaches govc and vcsim where to look for the imported GoVmomi packages. This ensures that building these binaries will pick up any local changes to the rest of the project. However, the `go install` command does not support installing modules from a remote location if the module contains a `replace` directive. This means users will need to either clone all of github.com/vmware/govmomi before running `go -C govc install` or `go -C vcsim install`, or they can download the released binaries directly. ##### ๐Ÿ“– Commits - \[[`95396cd`](https://redirect.github.com/vmware/govmomi/commit/95396cdf)] chore: Update version.go for v0.47.0 - \[[`ad5c90a`](https://redirect.github.com/vmware/govmomi/commit/ad5c90a4)] govc: Update govc usage doc - \[[`a447f4d`](https://redirect.github.com/vmware/govmomi/commit/a447f4d0)] api: Fix OVF param to use interface - \[[`17b5c08`](https://redirect.github.com/vmware/govmomi/commit/17b5c08b)] api: Generate bindings for 9.0.0.0.rc1 - \[[`77de0b5`](https://redirect.github.com/vmware/govmomi/commit/77de0b54)] api: Generate API with Broadcom header - \[[`4b7d0c5`](https://redirect.github.com/vmware/govmomi/commit/4b7d0c56)] api: Specify ruby bundler for api gen - \[[`f238201`](https://redirect.github.com/vmware/govmomi/commit/f2382015)] api: Update gen/gen.sh for 9.0.0.0.rc1 - \[[`05a6d57`](https://redirect.github.com/vmware/govmomi/commit/05a6d571)] api: Support podman for building api - \[[`3d8b026`](https://redirect.github.com/vmware/govmomi/commit/3d8b0261)] api: Build api with Go 1.23.2 - \[[`ca2e6ff`](https://redirect.github.com/vmware/govmomi/commit/ca2e6ffd)] govc: add datastore.download -json support - \[[`e1f1db4`](https://redirect.github.com/vmware/govmomi/commit/e1f1db4a)] chore: update copyright header - \[[`10e9bc7`](https://redirect.github.com/vmware/govmomi/commit/10e9bc7b)] vcsim: create cls vmdk descriptor and backing files - \[[`dd6bf66`](https://redirect.github.com/vmware/govmomi/commit/dd6bf66f)] vcsim: Improve sim for pub/sub content libs - \[[`18a3019`](https://redirect.github.com/vmware/govmomi/commit/18a3019f)] govc: add -b flag to volume.ls - \[[`cd78f76`](https://redirect.github.com/vmware/govmomi/commit/cd78f760)] cns: add json tags ([#​3007](https://redirect.github.com/vmware/govmomi/issues/3007)) ([#​3247](https://redirect.github.com/vmware/govmomi/issues/3247)) - \[[`aa8279b`](https://redirect.github.com/vmware/govmomi/commit/aa8279b5)] api: Support returning DS info when resolving lib stor - \[[`64ca62f`](https://redirect.github.com/vmware/govmomi/commit/64ca62fe)] api: Support DC for ResolveLibItemStor - \[[`e02de72`](https://redirect.github.com/vmware/govmomi/commit/e02de720)] govc: add disk.ls '-a' flag ([#​3639](https://redirect.github.com/vmware/govmomi/issues/3639)) - \[[`0af06a3`](https://redirect.github.com/vmware/govmomi/commit/0af06a3c)] api: Support encode/decode OVF to JSON - \[[`c60f498`](https://redirect.github.com/vmware/govmomi/commit/c60f498e)] govc: add datastore.ls -H option - \[[`3793a5b`](https://redirect.github.com/vmware/govmomi/commit/3793a5b2)] fix: govc fix field.info name (-n flag) validation - \[[`8adeb8b`](https://redirect.github.com/vmware/govmomi/commit/8adeb8b5)] fix: SOAP vcSessionCookie value must be from vim25.Client - \[[`7598ae9`](https://redirect.github.com/vmware/govmomi/commit/7598ae9f)] api: Fix object.VirtualDiskManager::Copy - \[[`b7d4f00`](https://redirect.github.com/vmware/govmomi/commit/b7d4f00d)] vcsim: make QueryVirtualDiskUuid() result stable - \[[`f398e78`](https://redirect.github.com/vmware/govmomi/commit/f398e78e)] vcsim: add VirtualDiskManager.QueryVirtualDiskInfo ([#​3000](https://redirect.github.com/vmware/govmomi/issues/3000)) ([#​2555](https://redirect.github.com/vmware/govmomi/issues/2555)) - \[[`a9488e0`](https://redirect.github.com/vmware/govmomi/commit/a9488e06)] vcsim: fix object.save when run directly against ESX - \[[`c0b5944`](https://redirect.github.com/vmware/govmomi/commit/c0b59448)] vcsim: LicenseManager enhancements - \[[`b2bde00`](https://redirect.github.com/vmware/govmomi/commit/b2bde000)] api: Update OVF ToConfigSpec to handled unknown types - \[[`5bb9901`](https://redirect.github.com/vmware/govmomi/commit/5bb9901a)] api: A generic copy function for vim25/types - \[[`228b445`](https://redirect.github.com/vmware/govmomi/commit/228b445f)] govc: remove minimum API version check ([#​3643](https://redirect.github.com/vmware/govmomi/issues/3643)) - \[[`1918984`](https://redirect.github.com/vmware/govmomi/commit/19189841)] api: add override mechanism for SOAP Header.Cookie - \[[`495a820`](https://redirect.github.com/vmware/govmomi/commit/495a8203)] api: OVF to ConfigSpec - \[[`83aab93`](https://redirect.github.com/vmware/govmomi/commit/83aab93c)] Deprecate haproxy with vSphere 9.0 - \[[`2271a78`](https://redirect.github.com/vmware/govmomi/commit/2271a788)] fix: toolbox: add freebsd stub for fileExtendedInfoFormat ([#​3620](https://redirect.github.com/vmware/govmomi/issues/3620)) - \[[`3a15139`](https://redirect.github.com/vmware/govmomi/commit/3a151398)] build(deps): bump golang.org/x/text from 0.18.0 to 0.21.0 - \[[`f08496e`](https://redirect.github.com/vmware/govmomi/commit/f08496ed)] fix: vcsim: swap order of xsi type attribute ([#​2114](https://redirect.github.com/vmware/govmomi/issues/2114)) - \[[`e9f9eb0`](https://redirect.github.com/vmware/govmomi/commit/e9f9eb04)] api: Support OVF ResourceType enum - \[[`42bf813`](https://redirect.github.com/vmware/govmomi/commit/42bf8130)] api: Update OVF parser to conform to spec - \[[`5db2637`](https://redirect.github.com/vmware/govmomi/commit/5db2637e)] vcsim: add UpdateAssignedLicense method - \[[`973a224`](https://redirect.github.com/vmware/govmomi/commit/973a2240)] fix: assert Entity interface in mo.Value() - \[[`05482c0`](https://redirect.github.com/vmware/govmomi/commit/05482c0b)] api: move cli/host/esxcli.Command to cli/esx package - \[[`87e4e6a`](https://redirect.github.com/vmware/govmomi/commit/87e4e6a5)] build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 - \[[`9322377`](https://redirect.github.com/vmware/govmomi/commit/9322377e)] vcsim: add esxcli support - \[[`ad24cb4`](https://redirect.github.com/vmware/govmomi/commit/ad24cb43)] fix: Property Collector updates should be triggered on the empty FilterSet ([#​3631](https://redirect.github.com/vmware/govmomi/issues/3631)) - \[[`29de346`](https://redirect.github.com/vmware/govmomi/commit/29de346f)] fix: vcsim: output signed byte in ByteSlice.MarshalXML ([#​3615](https://redirect.github.com/vmware/govmomi/issues/3615)) - \[[`7e17885`](https://redirect.github.com/vmware/govmomi/commit/7e178857)] govc: Move govc commands into cli pkg - \[[`71b9c76`](https://redirect.github.com/vmware/govmomi/commit/71b9c764)] fix: govc: wire up flags for namespace service create - \[[`53d31e9`](https://redirect.github.com/vmware/govmomi/commit/53d31e94)] vcsim: Lock alpine image tag to non-latest tag - \[[`5e9a140`](https://redirect.github.com/vmware/govmomi/commit/5e9a140d)] fix: vcsim: avoid possible panic when applying PropertyFilter - \[[`538dbef`](https://redirect.github.com/vmware/govmomi/commit/538dbef1)] chore: Minimum version selection - \[[`3e8e2e5`](https://redirect.github.com/vmware/govmomi/commit/3e8e2e5c)] cns: Support encryption/re-encryption of volumes
--- ### Configuration ๐Ÿ“… **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). ๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. โ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. ๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> --- receiver/vcenterreceiver/go.mod | 2 +- receiver/vcenterreceiver/go.sum | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/receiver/vcenterreceiver/go.mod b/receiver/vcenterreceiver/go.mod index 81eb8b5164dd..b4565dbddf14 100644 --- a/receiver/vcenterreceiver/go.mod +++ b/receiver/vcenterreceiver/go.mod @@ -9,7 +9,7 @@ require ( github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.116.0 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.116.0 github.com/stretchr/testify v1.10.0 - github.com/vmware/govmomi v0.46.3 + github.com/vmware/govmomi v0.47.0 go.opentelemetry.io/collector/component v0.116.1-0.20241220212031-7c2639723f67 go.opentelemetry.io/collector/component/componenttest v0.116.1-0.20241220212031-7c2639723f67 go.opentelemetry.io/collector/config/configopaque v1.22.1-0.20241220212031-7c2639723f67 diff --git a/receiver/vcenterreceiver/go.sum b/receiver/vcenterreceiver/go.sum index 2d922320917c..5307df049cbe 100644 --- a/receiver/vcenterreceiver/go.sum +++ b/receiver/vcenterreceiver/go.sum @@ -33,8 +33,8 @@ github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= -github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02 h1:tR3jsKPiO/mb6ntzk/dJlHZtm37CPfVp1C9KIo534+4= -github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02/go.mod h1:7NQ3kWOx2cZOSjtcveTa5nqupVr2s6/83sG+rTlI7uA= +github.com/dougm/pretty v0.0.0-20160325215624-add1dbc86daf h1:A2XbJkAuMMFy/9EftoubSKBUIyiOm6Z8+X5G7QpS6so= +github.com/dougm/pretty v0.0.0-20160325215624-add1dbc86daf/go.mod h1:7NQ3kWOx2cZOSjtcveTa5nqupVr2s6/83sG+rTlI7uA= github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg= github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M= @@ -138,8 +138,8 @@ github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFA github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI= github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk= github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY= -github.com/vmware/govmomi v0.46.3 h1:zBn42Rl0WZBFhGao8Dy0MFRkbE4YNPqOu0OBd+ww6VM= -github.com/vmware/govmomi v0.46.3/go.mod h1:uoLVU9zlXC4p4GmLVG+ZJmBC0Gn3Q7mytOJvi39OhxA= +github.com/vmware/govmomi v0.47.0 h1:yFDYALpyuyZfN9L0oZ2wP+Pk9e3++Ak57dW8xuuiJ44= +github.com/vmware/govmomi v0.47.0/go.mod h1:bYwUHpGpisE4AOlDl5eph90T+cjJMIcKx/kaa5v5rQM= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=