Commit c31dc0c7 authored by Anirudh Ramanathan's avatar Anirudh Ramanathan Committed by GitHub

Merge pull request #35645 from mikedanese/fix-build

bazel: fix build after #34892
parents ec4b4c87 2eb07788
...@@ -24,6 +24,8 @@ go_library( ...@@ -24,6 +24,8 @@ go_library(
"//vendor:github.com/vmware/govmomi/find", "//vendor:github.com/vmware/govmomi/find",
"//vendor:github.com/vmware/govmomi/object", "//vendor:github.com/vmware/govmomi/object",
"//vendor:github.com/vmware/govmomi/property", "//vendor:github.com/vmware/govmomi/property",
"//vendor:github.com/vmware/govmomi/session",
"//vendor:github.com/vmware/govmomi/vim25",
"//vendor:github.com/vmware/govmomi/vim25/mo", "//vendor:github.com/vmware/govmomi/vim25/mo",
"//vendor:github.com/vmware/govmomi/vim25/soap", "//vendor:github.com/vmware/govmomi/vim25/soap",
"//vendor:github.com/vmware/govmomi/vim25/types", "//vendor:github.com/vmware/govmomi/vim25/types",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment