From 49765aea1a6efcfc577e91afedf12bf9e22ac563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:29:55 -0500 Subject: [PATCH] chore(deps): Bump dies.dev/diegen from 0.9.0 to 0.10.0 in /hack (#678) Bumps [dies.dev/diegen](https://github.com/scothis/dies) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/scothis/dies/releases) - [Commits](https://github.com/scothis/dies/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: dies.dev/diegen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hack/go.mod | 2 +- hack/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/go.mod b/hack/go.mod index 8793cfbf..7e90f6c0 100644 --- a/hack/go.mod +++ b/hack/go.mod @@ -3,7 +3,7 @@ module github.com/vmware-tanzu/cartographer-conventions/tools go 1.21 require ( - dies.dev/diegen v0.9.0 + dies.dev/diegen v0.10.0 github.com/vmware-tanzu/carvel-ytt v0.47.0 golang.org/x/tools v0.17.0 sigs.k8s.io/controller-tools v0.14.0 diff --git a/hack/go.sum b/hack/go.sum index 7bf3de89..8a256ddf 100644 --- a/hack/go.sum +++ b/hack/go.sum @@ -1,5 +1,5 @@ -dies.dev/diegen v0.9.0 h1:R93K2M9UYLk2kUiDBdNkzAuHGofmzmvfR7v2OyfWKuc= -dies.dev/diegen v0.9.0/go.mod h1:zs6MsYz+EEw4vSQjGhH9y3NFPupZZazb5CguUJpO0Zc= +dies.dev/diegen v0.10.0 h1:exldvX8g4eIxrab9QYE4zt4c5G+mFsp2EPPqdkVVPP8= +dies.dev/diegen v0.10.0/go.mod h1:rfSDZ7WoP1IWA12jsaL+3BUbCkns2wVgU9oNjwuCRKw= github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=