Skip to content

Commit

Permalink
Merge pull request #32 from embano1/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
embano1 committed Jul 14, 2022
2 parents e73ffec + dfc09e3 commit 1a70955
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 70 deletions.
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -8,8 +8,8 @@ require (
github.com/vmware/govmomi v0.29.0
go.uber.org/zap v1.21.0
gotest.tools/v3 v3.3.0
k8s.io/api v0.24.2
k8s.io/apimachinery v0.24.2
k8s.io/api v0.24.3
k8s.io/apimachinery v0.24.3
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
sigs.k8s.io/e2e-framework v0.0.7
)
Expand Down Expand Up @@ -55,7 +55,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.24.2 // indirect
k8s.io/client-go v0.24.2 // indirect
k8s.io/client-go v0.24.3 // indirect
k8s.io/klog/v2 v2.60.1 // indirect
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
sigs.k8s.io/controller-runtime v0.11.1 // indirect
Expand Down

0 comments on commit 1a70955

Please sign in to comment.