From a5bc34b6646e7fb3d12296cfe1a34334f6608742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:43:36 +0000 Subject: [PATCH] Bump github.com/chainguard-dev/clog in the gomod group Bumps the gomod group with 1 update: [github.com/chainguard-dev/clog](https://github.com/chainguard-dev/clog). Updates `github.com/chainguard-dev/clog` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/chainguard-dev/clog/releases) - [Commits](https://github.com/chainguard-dev/clog/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/chainguard-dev/clog dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... 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 6338893..8d0ac26 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.11 require ( github.com/carabiner-dev/signer v0.5.2 - github.com/chainguard-dev/clog v1.8.0 + github.com/chainguard-dev/clog v1.8.1 github.com/samber/slog-zap/v2 v2.7.0 github.com/spf13/cobra v1.10.2 go.uber.org/zap v1.28.0 diff --git a/go.sum b/go.sum index 66d2526..7564f67 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/ProtonMail/go-crypto v1.4.1 h1:9RfcZHqEQUvP8RzecWEUafnZVtEvrBVL9BiF67 github.com/ProtonMail/go-crypto v1.4.1/go.mod h1:e1OaTyu5SYVrO9gKOEhTc+5UcXtTUa+P3uLudwcgPqo= github.com/carabiner-dev/signer v0.5.2 h1:0mWCaekAinluwm/gxLlX3Btrof2r04v68dO1kUZUiNc= github.com/carabiner-dev/signer v0.5.2/go.mod h1:QSdF3/d+MqKehGQMw8NYSVa1vIm4cZ32bJ4smcV8PTw= -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/chainguard-dev/clog v1.8.1 h1:Lab3GEDsVm1J9XGlpWEBuzXX7eETRmd0vN5PYoNyT+Y= +github.com/chainguard-dev/clog v1.8.1/go.mod h1:5MQOZi+Iu7fV7GcJG8ag8rCB5elEOpqRMKEASgnGVdo= github.com/cloudflare/circl v1.6.2 h1:hL7VBpHHKzrV5WTfHCaBsgx/HGbBYlgrwvNXEVDYYsQ= github.com/cloudflare/circl v1.6.2/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=