From 285f55cc6d321ad1d28a80db7f8005d579333bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:57:51 +0000 Subject: [PATCH] chore(deps): bump github.com/hyp3rd/sectools from 1.2.1 to 1.2.2 Bumps [github.com/hyp3rd/sectools](https://github.com/hyp3rd/sectools) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/hyp3rd/sectools/releases) - [Commits](https://github.com/hyp3rd/sectools/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: github.com/hyp3rd/sectools dependency-version: 1.2.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 28ec12b..fd715a6 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/goccy/go-json v0.10.5 github.com/gofiber/fiber/v3 v3.0.0-rc.3 github.com/hyp3rd/ewrap v1.3.7 - github.com/hyp3rd/sectools v1.2.1 + github.com/hyp3rd/sectools v1.2.2 github.com/longbridgeapp/assert v1.1.0 github.com/redis/go-redis/v9 v9.17.3 github.com/shamaton/msgpack/v2 v2.4.0 diff --git a/go.sum b/go.sum index 908b626..0abae14 100644 --- a/go.sum +++ b/go.sum @@ -30,8 +30,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/hyp3rd/ewrap v1.3.7 h1:3uS7osww2dHI/08/rihGdtEzaSSgdtH4l9HubtMe6Io= github.com/hyp3rd/ewrap v1.3.7/go.mod h1:9IhBgb6LhJDrgVNdx4vZ9SIw6eXxiopjZb2HvbG8pgA= -github.com/hyp3rd/sectools v1.2.1 h1:2TzDnRzNT51pIH35i0z5Tm9XZ+JaMIjVhTPH9TNzJLY= -github.com/hyp3rd/sectools v1.2.1/go.mod h1:5+9dMPPsvtgkL4VM5pTVs725Qk9gsArR2e7ipcWJ2fM= +github.com/hyp3rd/sectools v1.2.2 h1:I6zdSTKSvSOlVd2D6CNSuWAjBZMLMeMMdl5JS3C8smI= +github.com/hyp3rd/sectools v1.2.2/go.mod h1:oK0jWZoPUk4EPsK24n0uIz54552vaJjflVF1VXEKwbE= github.com/klauspost/compress v1.18.3 h1:9PJRvfbmTabkOX8moIpXPbMMbYN60bWImDDU7L+/6zw= github.com/klauspost/compress v1.18.3/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4= github.com/longbridgeapp/assert v1.1.0 h1:L+/HISOhuGbNAAmJNXgk3+Tm5QmSB70kwdktJXgjL+I=