Skip to content

Commit f83f038

Browse files
fix(deps): update module github.com/vmware/govmomi to v0.44.0
1 parent 8c699c3 commit f83f038

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/newrelic/infra-integrations-sdk/v3 v3.9.1
77
github.com/sirupsen/logrus v1.9.3
88
github.com/stretchr/testify v1.9.0
9-
github.com/vmware/govmomi v0.36.3
9+
github.com/vmware/govmomi v0.44.0
1010
github.com/xeipuuv/gojsonschema v1.2.0
1111
gopkg.in/yaml.v2 v2.4.0
1212
)

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
2424
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
2525
github.com/vmware/govmomi v0.36.3 h1:1Ng3CBNQVbFjCQbKtfsewy5o3dFa+EoTjqeThVISUBc=
2626
github.com/vmware/govmomi v0.36.3/go.mod h1:mtGWtM+YhTADHlCgJBiskSRPOZRsN9MSjPzaZLte/oQ=
27+
github.com/vmware/govmomi v0.44.0 h1:0OR8thVIAoeXBtPTqliWTQ7nwCNEjTCWAlDucXzaF3Y=
28+
github.com/vmware/govmomi v0.44.0/go.mod h1:uoLVU9zlXC4p4GmLVG+ZJmBC0Gn3Q7mytOJvi39OhxA=
2729
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
2830
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
2931
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=

0 commit comments

Comments
 (0)