Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
katmutua committed Jan 6, 2023
1 parent 02009b6 commit 2beb344
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions hack/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions hack/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions webhook/hack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/vmware-tanzu/cartographer-conventions/tools
go 1.19

require (
dies.dev/diegen v0.3.0
github.com/k14s/ytt v0.39.0
golang.org/x/tools v0.1.9
sigs.k8s.io/controller-tools v0.9.0
dies.dev/diegen v0.7.0
github.com/k14s/ytt v0.44.0
golang.org/x/tools v0.5.0
sigs.k8s.io/controller-tools v0.11.1
sigs.k8s.io/kustomize/kustomize/v4 v4.5.2
)

Expand Down Expand Up @@ -60,9 +60,9 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
k8s.io/api v0.23.0 // indirect
k8s.io/apiextensions-apiserver v0.23.0 // indirect
k8s.io/apimachinery v0.23.0 // indirect
k8s.io/api v0.26.0 // indirect
k8s.io/apiextensions-apiserver v0.26.0 // indirect
k8s.io/apimachinery v0.26.0 // indirect
k8s.io/klog/v2 v2.30.0 // indirect
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
Expand Down

0 comments on commit 2beb344

Please sign in to comment.