From e0a50590d69ae30260b1436f8c49239cfe0c40cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:45:45 +0000 Subject: [PATCH] chore(deps): bump github.com/threatwinds/logger in /agent/updater 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] --- agent/updater/go.mod | 2 +- agent/updater/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/updater/go.mod b/agent/updater/go.mod index 71f2464b2..79e1e20b2 100644 --- a/agent/updater/go.mod +++ b/agent/updater/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.4 require ( github.com/kardianos/service v1.2.2 - github.com/threatwinds/logger v1.1.12 + github.com/threatwinds/logger v1.2.1 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/agent/updater/go.sum b/agent/updater/go.sum index c0e35a1ff..ddf8b365e 100644 --- a/agent/updater/go.sum +++ b/agent/updater/go.sum @@ -64,8 +64,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=