From 23c9db6cecda041089b1f23f4c07b70891b7efcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 01:55:00 +0000 Subject: [PATCH] Bump github.com/carabiner-dev/signer Bumps [github.com/carabiner-dev/signer](https://github.com/carabiner-dev/signer) from 0.4.2-0.20260317092902-42e595fd41c1 to 0.4.2. - [Release notes](https://github.com/carabiner-dev/signer/releases) - [Commits](https://github.com/carabiner-dev/signer/commits/v0.4.2) --- updated-dependencies: - dependency-name: github.com/carabiner-dev/signer dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4175658..615ddc2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/carabiner-dev/command go 1.25.8 require ( - github.com/carabiner-dev/signer v0.4.2-0.20260317092902-42e595fd41c1 + github.com/carabiner-dev/signer v0.4.2 github.com/chainguard-dev/clog v1.8.0 github.com/samber/slog-zap/v2 v2.6.4 github.com/spf13/cobra v1.10.2 diff --git a/go.sum b/go.sum index 07eec33..2c6344c 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/ProtonMail/go-crypto v1.4.0 h1:Zq/pbM3F5DFgJiMouxEdSVY44MVoQNEKp5d5QxIQceQ= github.com/ProtonMail/go-crypto v1.4.0/go.mod h1:e1OaTyu5SYVrO9gKOEhTc+5UcXtTUa+P3uLudwcgPqo= -github.com/carabiner-dev/signer v0.4.2-0.20260317092902-42e595fd41c1 h1:TbJ567LC77uQs+Relza7aaWhzfV71gpffHo7CuYVVbQ= -github.com/carabiner-dev/signer v0.4.2-0.20260317092902-42e595fd41c1/go.mod h1:BTWxBXeVfqx23jLIQ72DIYAg105FjSwK11aAco5+ixo= +github.com/carabiner-dev/signer v0.4.2 h1:VcrffuY8iHkKVcA91lyhOAg39u0V0fAdtQjSBYBrmcg= +github.com/carabiner-dev/signer v0.4.2/go.mod h1:BTWxBXeVfqx23jLIQ72DIYAg105FjSwK11aAco5+ixo= github.com/chainguard-dev/clog v1.8.0 h1:frlTMEdg3XQR+ioQ6O9i92uigY8GTUcWKpuCFkhcCHA= github.com/chainguard-dev/clog v1.8.0/go.mod h1:5MQOZi+Iu7fV7GcJG8ag8rCB5elEOpqRMKEASgnGVdo= github.com/cloudflare/circl v1.6.2 h1:hL7VBpHHKzrV5WTfHCaBsgx/HGbBYlgrwvNXEVDYYsQ=