From 2b74e9120c2931cf7a0cccff3e8971b131220909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 08:51:20 +0100 Subject: [PATCH] Bump dies.dev from 0.10.0 to 0.10.1 (#490) Bumps [dies.dev](https://github.com/scothis/dies) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/scothis/dies/releases) - [Commits](https://github.com/scothis/dies/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: dies.dev dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 826aeb7..0f8bdcd 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.6 require ( - dies.dev v0.10.0 + dies.dev v0.10.1 github.com/evanphx/json-patch/v5 v5.9.0 github.com/fatih/color v1.16.0 github.com/go-logr/logr v1.4.1 diff --git a/go.sum b/go.sum index e53aaa5..2d46bb5 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -dies.dev v0.10.0 h1:HBbcL94hHXuxZHlmHjQFVRz2JmsErBinVjFKitP7deE= -dies.dev v0.10.0/go.mod h1:F/ldZL0yRckmlltwtkA4q1GT4RwLqKmXzFZ7fuMEnd0= +dies.dev v0.10.1 h1:UKgYIrPRKPlvCA0PTBNjvQv1UxHwgzD22QKC5ByoBds= +dies.dev v0.10.1/go.mod h1:7gwWOuo9E63wlQ8xso6uLX0jcqgQQVp6X0AYe+UhAl8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=