Skip to content

Commit

Permalink
update carvel ytt version
Browse files Browse the repository at this point in the history
  • Loading branch information
katmutua committed Jan 9, 2023
1 parent 4c6cc3e commit f7f17bd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions hack/go.mod

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

20 changes: 10 additions & 10 deletions hack/go.sum

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

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

require (
dies.dev/diegen v0.3.0
dies.dev/diegen v0.7.0
github.com/k14s/ytt v0.39.0
golang.org/x/tools v0.1.9
golang.org/x/tools v0.7.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 f7f17bd

Please sign in to comment.