From 7cf8d4d9b32dcb06fe5c7e9e8d23588b71492c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:45:51 +0000 Subject: [PATCH] chore(deps): bump github.com/threatwinds/logger in /aws Bumps [github.com/threatwinds/logger](https://github.com/threatwinds/logger) from 1.1.12 to 1.2.1. - [Release notes](https://github.com/threatwinds/logger/releases) - [Commits](https://github.com/threatwinds/logger/compare/v1.1.12...v1.2.1) --- updated-dependencies: - dependency-name: github.com/threatwinds/logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- aws/go.mod | 2 +- aws/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aws/go.mod b/aws/go.mod index 5ee3687f3..c1bf274f2 100644 --- a/aws/go.mod +++ b/aws/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.4 require ( github.com/aws/aws-sdk-go v1.53.3 - github.com/threatwinds/logger v1.1.12 + github.com/threatwinds/logger v1.2.1 github.com/utmstack/config-client-go v1.2.5 ) diff --git a/aws/go.sum b/aws/go.sum index bc7b79079..7874aefa5 100644 --- a/aws/go.sum +++ b/aws/go.sum @@ -68,8 +68,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/threatwinds/logger v1.1.12 h1:3TzwO2+m5XwSHDc3QOYvg0nUnsj/U2yJppULndRzL/4= -github.com/threatwinds/logger v1.1.12/go.mod h1:eevkhjP9wSpRekRIgi4ZAq7DMdlUMy+Shwx/QNDvOHg= +github.com/threatwinds/logger v1.2.1 h1:uN7efZaHobMX3DRi6GOPtxESPxt5xj0bNflnmgklwII= +github.com/threatwinds/logger v1.2.1/go.mod h1:eevkhjP9wSpRekRIgi4ZAq7DMdlUMy+Shwx/QNDvOHg= github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08= github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=