From 163879fb48cf1b83e9be7e8184dfebf0b6de5e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:06:49 +0000 Subject: [PATCH] chore(deps): Bump github.com/tawAsh1/resolog from 0.1.1 to 0.3.0 Bumps [github.com/tawAsh1/resolog](https://github.com/tawAsh1/resolog) from 0.1.1 to 0.3.0. - [Release notes](https://github.com/tawAsh1/resolog/releases) - [Commits](https://github.com/tawAsh1/resolog/compare/v0.1.1...v0.3.0) --- updated-dependencies: - dependency-name: github.com/tawAsh1/resolog dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6bd1877..4808788 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/hashicorp/go-envparse v0.1.0 github.com/hashicorp/go-version v1.9.0 github.com/hexops/gotextdiff v1.0.3 - github.com/tawAsh1/resolog v0.1.1 + github.com/tawAsh1/resolog v0.3.0 golang.org/x/term v0.44.0 sigs.k8s.io/yaml v1.6.0 ) diff --git a/go.sum b/go.sum index d5f2928..5a33769 100644 --- a/go.sum +++ b/go.sum @@ -222,8 +222,8 @@ github.com/spiffe/go-spiffe/v2 v2.6.0 h1:l+DolpxNWYgruGQVV0xsfeya3CsC7m8iBzDnMps github.com/spiffe/go-spiffe/v2 v2.6.0/go.mod h1:gm2SeUoMZEtpnzPNs2Csc0D/gX33k1xIx7lEzqblHEs= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/tawAsh1/resolog v0.1.1 h1:Ua7+CErdwljjwTGelu0UwfwgR6oW5s7rOialcZxZXEA= -github.com/tawAsh1/resolog v0.1.1/go.mod h1:AICPSckAJH6Jw52vo1NL7jk8GOxl07nPtiNti6Cjj/g= +github.com/tawAsh1/resolog v0.3.0 h1:GQ6TFHE4lMSZZMKKF6xWgm7ab/tZhuXWrIXofJUIRLA= +github.com/tawAsh1/resolog v0.3.0/go.mod h1:qC+8FUpeWKNC2DxqlkFX3uxEqvrhlCjGjEg9ZdJr15I= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64= go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=